]> Creatis software - creaImageIO.git/blobdiff - src/creaImageIOSettings.cpp
prepare (?) boost 1.46, V3
[creaImageIO.git] / src / creaImageIOSettings.cpp
index d9d0af36baa014e0f8e2055c9e6d42ecbf2eac83..f75450f9739409a4f3f4a91acaf3f3f0b0a83f1b 100644 (file)
@@ -1,6 +1,9 @@
 #include <creaImageIOSettings.h>
 #include <boost/filesystem/fstream.hpp>
 #include <boost/algorithm/string/replace.hpp>
+#include <boost/filesystem/path.hpp>
+#include <boost/filesystem/operations.hpp>
+
 #include <iostream>
 #include <fstream>
 
@@ -16,7 +19,7 @@ namespace creaImageIO
     Settings::Settings(const std::string i_path)
     {
         //need to position path in user directory first.
-        m_SettingsFileName = i_path + "\\.gimmick\\Shared\\gimmick\\app.config";
+        m_SettingsFileName = i_path + "\\.creaImageIO\\share\\creaImageIO\\app.config";
         //Test if Settings File exist
         if(!boost::filesystem::exists(m_SettingsFileName) )
         {