]> Creatis software - creaImageIO.git/blobdiff - src2/creaImageIOGimmick.cpp
For a given file, display all dicom tags.
[creaImageIO.git] / src2 / creaImageIOGimmick.cpp
index 615f1f041f90b50a41886121d516a11c8df72dea..cbe737d96f79846f2ba2523b8100af897055aed1 100644 (file)
@@ -66,8 +66,10 @@ namespace creaImageIO
     mSettings  = new Settings(mCurrentDirectory);
        
     std::string dbpath = GetLocalDatabasePath();
+
     // Create or open local database
     std::string dpath= mCurrentDirectory + "/.gimmick/Shared/gimmick/" + mLocalDescpName;
+       
     boost::algorithm::replace_all( dpath,
                                   INVALID_FILE_SEPARATOR , 
                                   VALID_FILE_SEPARATOR);