Murl::System::File Member List
This is the complete list of members for Murl::System::File, including all inherited members.
| Close() | Murl::System::File | |
| CreateFolder(const String &path) | Murl::System::File | static |
| DeleteFile(const String &path) | Murl::System::File | static |
| DeleteFolder(const String &path, Bool recursively) | Murl::System::File | static |
| File() | Murl::System::File | |
| FileExists(const String &path) | Murl::System::File | static |
| FolderExists(const String &path) | Murl::System::File | static |
| GetFiles(const String &path) | Murl::System::File | static |
| GetFileSize(const String &path) | Murl::System::File | static |
| GetFolders(const String &path) | Murl::System::File | static |
| GetItemCreationTime(const String &path, Time &time) | Murl::System::File | static |
| GetItemModificationTime(const String &path, Time &time) | Murl::System::File | static |
| GetPosition() const | Murl::System::File | |
| GetSize() const | Murl::System::File | |
| IsOpen() const | Murl::System::File | |
| mHandle | Murl::System::File | protected |
| mMode | Murl::System::File | protected |
| MoveFile(const String &oldPath, const String &newPath) | Murl::System::File | static |
| MoveFolder(const String &oldPath, const String &newPath) | Murl::System::File | static |
| Open(const String &fileName, IEnums::FileAccessMode mode=IEnums::FILE_ACCESS_MODE_READ_ONLY) | Murl::System::File | |
| Read(void *data, UInt64 byteSize) | Murl::System::File | |
| SetPosition(UInt64 position) | Murl::System::File | |
| Write(const void *data, UInt64 byteSize) | Murl::System::File | |
| ~File() | Murl::System::File | virtual |