LittleFileSystem
|
Public Member Functions | |
LittleFileSystemImpl ()=default | |
~LittleFileSystemImpl () override=default | |
bool | Exists (const char *path) override |
![]() | |
FilePtr | Open (const char *path, const char *mode, bool create) override |
bool | Exists (const char *path) override |
bool | Rename (const char *pathFrom, const char *pathTo) override |
bool | Remove (const char *path) override |
bool | CreateDirectory (const char *path) override |
bool | RemoveDirectory (const char *path) override |
![]() | |
IFileSystem () | |
Default constructor. | |
virtual | ~IFileSystem () |
Virtual destructor. | |
void | Mountpoint (const char *mountpoint) |
const char * | Mountpoint () const |
Additional Inherited Members | |
![]() | |
const char * | _mountpoint |
Mount point of the file system. | |
|
default |
|
overridedefault |
|
overridevirtual |
Check if a file exists
path | - path of the file |
Implements ntdv::IFileSystem.