- 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
IOStream openForIO(string filename, uint creationFlags)
Undocumented in source. Be warned that the author may not have intended to support it.
- openForInput
InputStream openForInput(string filename)
Undocumented in source. Be warned that the author may not have intended to support it.
- openForOutput
OutputStream 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 path, FileStat stat_out)
Undocumented in source. Be warned that the author may not have intended to support it.
LocalFileSystem