X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=nucleus%2Flibrary%2Ffilesystem%2Fhuge_file.h;h=2534f97ac23a2c480e0724c286967fa4b7527d77;hb=6d54aee3bc6ce327d3903096aad7b27f9869790e;hp=69a10347718fdb719de0039e52de2e7c7e211de6;hpb=3ea085ec301ed1399dfa1e9f3a240312dc95410b;p=feisty_meow.git diff --git a/nucleus/library/filesystem/huge_file.h b/nucleus/library/filesystem/huge_file.h index 69a10347..2534f97a 100644 --- a/nucleus/library/filesystem/huge_file.h +++ b/nucleus/library/filesystem/huge_file.h @@ -50,6 +50,9 @@ public: BAD_INPUT = basis::common::BAD_INPUT }; + const basis::astring &name() const; + //!< returns the name of the file this operates on. + bool good() const; //!< reports if the file was opened successfully. @@ -83,6 +86,9 @@ public: bool truncate(); //!< truncates the file after the current position. + basis::outcome touch(); + //