Salome HOME
Light Cleaning up
[tools/simanio.git] / src / SimanIO_Link.cxx
index d460a517841bfd4fd166eaddd9614eedc1933c7e..dc5dfc0efb5ccec9bdad35f3dd12ffc9a3addda6 100644 (file)
@@ -140,10 +140,10 @@ SimanIO_Configuration SimanIO_Link::RetrieveConf()
         string aFileName = aURL.substr(aURL.find_last_of("/\\")+1);
         
         //cout << "aURL = " << "http://" << aSimanWSHost << "/repository/" << aURL << "\n";
-        string aPathToVault = aResponseFilePath.substr(0, aResponseFilePath.find("download")) + "vault\\";
+        string aPathToVault = aResponseFilePath.substr(0, aResponseFilePath.find("download")) + "vault/";
         
         //only for test only for WIN
-        replace(aURL.begin(),aURL.end(),'/','\\');
+        //replace(aURL.begin(),aURL.end(),'/','\\');
         //end only for test only for WIN
         
         //cout << "Path to vault" << aPathToVault + aURL << "\n";