changes that may have fixed the file synch bugs, finally. added a new
[feisty_meow.git] / nucleus / library / filesystem / directory_tree.h
index 9c89ba432c98d2e406d1b74f9248b9e384a64c93..6ad56a0e38d765177ddc9b8d0500e29bda99ba1a 100644 (file)
@@ -104,6 +104,9 @@ public:
     removed in the filesystem.  if the item is still really there, then the
     next rescan will put it back into the tree. */
 
+  basis::outcome make_directories(const basis::astring new_root);
+    //!< creates all of the directories in this object, but start at the "new_root".
+
   static bool compare_trees(const directory_tree &source,
           const directory_tree &target, filename_list &differences,
           file_info::file_similarity how_to_compare);