seeking out problem file.
[feisty_meow.git] / nucleus / library / filesystem / huge_file.h
index 69a10347718fdb719de0039e52de2e7c7e211de6..28fd1d6161a98f734902ff08fe34bee9ea59402b 100644 (file)
@@ -83,6 +83,9 @@ public:
   bool truncate();
     //!< truncates the file after the current position.
 
+  basis::outcome touch();
+    //<! creates the file if it doesn't exist, or updates the time on the file.
+
   void flush();
     //!< forces any pending writes to actually be saved to the file.