Salome HOME
commenting of temporary directory removing
authorbri <bri@opencascade.com>
Mon, 10 Feb 2014 14:28:42 +0000 (18:28 +0400)
committerbri <bri@opencascade.com>
Mon, 10 Feb 2014 14:28:42 +0000 (18:28 +0400)
src/SimanIO_Link.cxx

index 35edb6bea4a6c958c8335f80306241528481e08f..6542279ae17dea3e09413bcb3902fcb301aebf1a 100644 (file)
@@ -305,7 +305,7 @@ void SimanIO_Link::StoreConf(/*const*/ SimanIO_Configuration& theConf)
   aCheckInResponse = aStub->checkIn(aCheckInRequest);
   
   //Delete the directories
-  system(("rm -rf " + aTmpDir + "/SimanSalome/" + myStudy + "/" + myScenario + "/").c_str());
+//  system(("rm -rf " + aTmpDir + "/SimanSalome/" + myStudy + "/" + myScenario + "/").c_str());
   
   //Delete objects
   delete aPutFileRequest;