- createDir
bool createDir(string path, bool recursive)
Undocumented in source. Be warned that the author may not have intended to support it.
- openDir
Directory openDir(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
- openForIO
StdIOStream openForIO(string filename, uint creationFlags)
Undocumented in source. Be warned that the author may not have intended to support it.
- openForInput
StdInFileStream openForInput(string filename)
Undocumented in source. Be warned that the author may not have intended to support it.
- openForOutput
StdOutFileStream openForOutput(string filename, uint creationFlags)
Undocumented in source. Be warned that the author may not have intended to support it.
- remove
bool remove(string path, bool recursive)
Undocumented in source. Be warned that the author may not have intended to support it.
- stat
bool stat(string filename, FileStat stat)
Undocumented in source. Be warned that the author may not have intended to support it.
FileSystem that wraps libc filesystem functions + some Posix and WinAPI parts for additional functionality