X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=nucleus%2Flibrary%2Ffilesystem%2Fhuge_file.h;h=2534f97ac23a2c480e0724c286967fa4b7527d77;hb=37788a1507b08dcecf446dc7a57ce14e9dedad64;hp=28fd1d6161a98f734902ff08fe34bee9ea59402b;hpb=26e2a15bc99ae049324df5b61beb9e9ae17300d0;p=feisty_meow.git diff --git a/nucleus/library/filesystem/huge_file.h b/nucleus/library/filesystem/huge_file.h index 28fd1d61..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.