|
LittleFileSystem
|
This is the complete list of members for ntdv::IFileSystem, including all inherited members.
| _mountpoint | ntdv::IFileSystem | protected |
| CreateDirectory(const char *path)=0 | ntdv::IFileSystem | pure virtual |
| Exists(const char *path)=0 | ntdv::IFileSystem | pure virtual |
| IFileSystem() | ntdv::IFileSystem | inline |
| Mountpoint(const char *mountpoint) | ntdv::IFileSystem | |
| Mountpoint() const | ntdv::IFileSystem | |
| Open(const char *path, const char *mode, bool create)=0 | ntdv::IFileSystem | pure virtual |
| Remove(const char *path)=0 | ntdv::IFileSystem | pure virtual |
| RemoveDirectory(const char *path)=0 | ntdv::IFileSystem | pure virtual |
| Rename(const char *pathFrom, const char *pathTo)=0 | ntdv::IFileSystem | pure virtual |
| ~IFileSystem() | ntdv::IFileSystem | inlinevirtual |