- createDir
bool createDir(string path, bool recursive)
Undocumented in source. Be warned that the author may not have intended to support it.
- findFiles
InputRange!DirEntry findFiles(string baseDir, 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.
- setFileSystem
void setFileSystem(FileSystem fs_)
Undocumented in source. Be warned that the author may not have intended to support it.
- setFileSystemReadOnly
void setFileSystemReadOnly(ReadOnlyFileSystem rofs_)
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.