]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/Model/Model_Application.cpp
Salome HOME
Make not active document in the "save" action also stored into new folder: just copy...
[modules/shaper.git] / src / Model / Model_Application.cpp
index bdd9eda3a5ff2862d808fa76f141e3ff38b00aba..147bb4ac29e2c4450b28c73bafa042215c8c8c18 100644 (file)
@@ -67,6 +67,12 @@ void Model_Application::setLoadPath(std::string thePath)
   myPath = thePath;
 }
 
+//=======================================================================
+const std::string& Model_Application::loadPath() const
+{
+  return myPath;
+}
+
 //=======================================================================
 void Model_Application::setLoadByDemand(std::string theID)
 {