From: bri Date: Mon, 10 Feb 2014 14:21:27 +0000 (+0400) Subject: removing the directory of scenario after checkin X-Git-Tag: Delivery_V1_0_2013_07_12~10 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=d6dff5d9bc1753340ef165fcbc785bfc5d495501;hp=c13d33d789fdf6db3496d7e11bf33438c88242c2;p=tools%2Fsimanio.git removing the directory of scenario after checkin --- diff --git a/src/SimanIO_Link.cxx b/src/SimanIO_Link.cxx index dd90295..336a68b 100644 --- a/src/SimanIO_Link.cxx +++ b/src/SimanIO_Link.cxx @@ -305,7 +305,7 @@ void SimanIO_Link::StoreConf(/*const*/ SimanIO_Configuration& theConf) aCheckInResponse = aStub->checkIn(aCheckInRequest); //Delete the directories - system(("rm -r " + aTmpDir + "/SimanSalome/").c_str()); + system(("rm -rf " + aTmpDir + "/SimanSalome/" + myStudy + "/" + myScenario + "/").c_str()); //Delete objects delete aPutFileRequest;