|
LittleFileSystem
|
Public Member Functions | |
| LittleFileSystemImpl ()=default | |
| ~LittleFileSystemImpl () override=default | |
| bool | Exists (const char *path) override |
Public Member Functions inherited from ntdv::VirtualFileSystem | |
| 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 |
Public Member Functions inherited from ntdv::IFileSystem | |
| IFileSystem () | |
| Default constructor. | |
| virtual | ~IFileSystem () |
| Virtual destructor. | |
| void | Mountpoint (const char *mountpoint) |
| const char * | Mountpoint () const |
Additional Inherited Members | |
Protected Attributes inherited from ntdv::IFileSystem | |
| 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.