Code: Alles auswählen
chdir(s_filepath); //cd ..
prc.addArgument("tar");
prc.addArgument("xf");
prc.addArgument(s_filepath);
//system("tar xf " + s_file); //extraction
prc.start();
Code: Alles auswählen
chdir(s_filepath); //cd ..
prc.addArgument("tar");
prc.addArgument("xf");
prc.addArgument(s_filepath);
//system("tar xf " + s_file); //extraction
prc.start();