diff options
Diffstat (limited to 'src/libjin/Filesystem/Filesystem.h')
-rw-r--r-- | src/libjin/Filesystem/Filesystem.h | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/src/libjin/Filesystem/Filesystem.h b/src/libjin/Filesystem/Filesystem.h deleted file mode 100644 index b13e207..0000000 --- a/src/libjin/Filesystem/Filesystem.h +++ /dev/null @@ -1,31 +0,0 @@ -#include "buffer.h" -#include "../3rdparty/smount/smount.h" - -namespace jin -{ - namespace filesystem - { - /* Դ */ - class Filesystem - { - public: - static Filesystem* get(); - - Filesystem(); - - bool isDir(const char* path); - bool isFile(const char* path); - bool exists(const char* path); - int read(const char* path, Buffer* buffer); - void* read(const char* path, unsigned int* len); - void mount(const char* root); - const char* getFull(const char* path); - - private: - static Filesystem* fs; - smtShared* S; - - }; - - } // namespace filesystem -} // namespace jin
\ No newline at end of file |