Save templates as directories with plugin state, if
[ardour.git] / libs / pbd / pbd / filesystem.h
index a20efaf61320606df66fceb39c16b2c78c381b88..e8073adf0ed7ae59be8e6d2e317ab6648dc7b38d 100644 (file)
@@ -178,6 +178,12 @@ void rename (const path& from_path, const path& to_path);
  */
 void copy_file(const path & from_path, const path & to_path);
 
+/**
+ * Attempt to copy all regular files from from_path to a new directory.
+ * This method does not recurse.
+ */
+void copy_files(const path & from_path, const path & to_dir);
+
 /**
  * @return The substring of the filename component of the path, starting
  * at the beginning of the filename up to but not including the last dot.