|
| WindowsFileIO (WindowsNativeState *pState, const std::string &overrideReadPath=std::string(""), const std::string &overrideWritePath=std::string("")) |
|
bool | OpenFile (std::fstream &stream, size_t &size, const std::string &name, std::ios_base::openmode mode=std::ifstream::in) |
|
bool | WriteFile (const Byte *data, size_t size, const std::string &name, std::ios_base::openmode mode=std::ifstream::out) |
|
bool | DeleteFile (const std::string &name) |
|
bool | Exists (const std::string &name) |
|
std::string | GetAppFilePathname (const std::string &filename) |
|
bool | TryStat (const std::string &name, Helpers::FileStat &out_s) |
|
The documentation for this class was generated from the following files: