updated to get closer to building using cygwin, which is difficult because
[feisty_meow.git] / nucleus / library / filesystem / filename.h
index 940b6c037cfc717005a149ddc7c34a7bbfa2abc7..f609f9016b0b14f85e8d5625d1da5d2b590d551d 100644 (file)
@@ -63,6 +63,9 @@ public:
     /*!< this means that not only was the pathname parsed and found valid,
     but the file actually exists. */
 
+  void reset(const basis::astring &name);
+    //!< changes the file name held by the object.
+
   const basis::astring &raw() const;
     //!< returns the astring that we're holding onto for the path.
   basis::astring &raw();