|
LittleFileSystem
|
This is the complete list of members for ntdv::FileSystem, including all inherited members.
| _impl | ntdv::FileSystem | protected |
| CreateDirectory(const char *path) const | ntdv::FileSystem | |
| CreateDirectory(const String &path) const | ntdv::FileSystem | |
| Exists(const char *path) const | ntdv::FileSystem | |
| Exists(const String &path) const | ntdv::FileSystem | |
| FileSystem(FileSystemPtr impl) | ntdv::FileSystem | inline |
| Mountpoint() const | ntdv::FileSystem | |
| Open(const char *path, const char *mode=FILE_READ, bool create=false) const | ntdv::FileSystem | |
| Open(const String &path, const char *mode=FILE_READ, bool create=false) const | ntdv::FileSystem | |
| Remove(const char *path) const | ntdv::FileSystem | |
| Remove(const String &path) const | ntdv::FileSystem | |
| RemoveDirectory(const char *path) const | ntdv::FileSystem | |
| RemoveDirectory(const String &path) const | ntdv::FileSystem | |
| Rename(const char *pathFrom, const char *pathTo) const | ntdv::FileSystem | |
| Rename(const String &pathFrom, const String &pathTo) const | ntdv::FileSystem |