]> Creatis software - creaImageIO.git/blobdiff - src2/creaImageIOTreeHandlerImageAdder.h
Added local copy functionality.
[creaImageIO.git] / src2 / creaImageIOTreeHandlerImageAdder.h
index 8311fdd59d318c9c785e8da5ebc9e0f7d8b0f176..fe3c31da644ebe6f28219e1810e23df13c376915 100644 (file)
@@ -123,6 +123,8 @@ namespace creaImageIO
                                                        std::vector<std::string> &i_ignorefiles,
                                                        std::vector<std::string> & attsModified,
                                                        std::vector<std::string> & newfiles);
+       ///Copies the files indicated in the vector and updates all databases
+       void CopyFiles(const std::vector<std::string>& filenames, const std::string directory  );
        ///Finds the node that matches the specified parameters
        void FindNode(tree::Node* parent, int level, 
                const std::string& searchParam,