Virtual File System
Type: Reference type
| Declaration | Description |
|---|---|
| const FileQuota@ GetFileQuota() const | Gets the file system quota object. Do not store a handle to this object, as it may be replaced at any time. |
| File@ OpenFile(const string& in szFilename, const OpenFileFlags_t uiOpenFlags) | Opens a file. Returns nullptr if the file could not be opened. |
| void RemoveFile(const string& in szFilename) | Removes a file. |