]> Creatis software - creaImageIO.git/blobdiff - src2/creaImageIOGimmick.h
Added local copy functionality.
[creaImageIO.git] / src2 / creaImageIOGimmick.h
index b97df6f9f64adb6d6b5c27ac3ca4c5059470fcd7..6c3b1cc6e231754cced691044bd385d7009da19a 100644 (file)
@@ -96,6 +96,10 @@ namespace creaImageIO
        void RemoveFile(const std::string& d, 
                        tree::Node* filename);
 
+       /// Copies the files into the local directory
+       void CopyFiles(const std::vector<std::string>& filenames, const std::string& d );
+  
+
        ///Synchronizes the loaded data with the database d. If repair is true the database will be updated, otherwise 
        ///only a warning sign will be issued
        std::string Synchronize(const std::string& d, bool repair, bool checkAttributes);