else
{
const char *Args[10];
Args[0] = "umount";
Args[0] = "eject";
Args[1] = Path.c_str();
Args[2] = 0;
execvp(Args[0],(char **)Args);