//string aClientFileDir = aTmpDir + "/SimanSalome/" + myUser + "/download/";
string aClientFilePath = aClientFileDir + aResponseFileName;
- //Cretae the directories
+ //Create the directories
system(("mkdir -p " + aClientFileDir).c_str());
- system(("chmod -R g+w " + aTmpDir + "/SimanSalome/").c_str());
+ system(("chmod -Rf g+w " + aTmpDir + "/SimanSalome/").c_str());
//Download the siman-salome.conf file
ofstream outputStream;
}//actIter
//delete the siman-salome.conf file.
- system(("rm " + aClientFilePath).c_str());
+// system(("rm " + aClientFilePath).c_str());
//Delete objects
delete aCreateConfigFileRequest;