- copy
bool copy(string fileName, string fromDir, string toDir, bool createMissingDirs, bool overwriteExistingFile)
Undocumented in source. Be warned that the author may not have intended to support it.
- dirEntryInfos
auto dirEntryInfos(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
- dirNames
auto dirNames(string path, bool fullName)
Undocumented in source. Be warned that the author may not have intended to support it.
- fileNames
auto fileNames(string path, bool fullName)
Undocumented in source. Be warned that the author may not have intended to support it.
- linkNames
auto linkNames(string path, bool fullName)
Undocumented in source. Be warned that the author may not have intended to support it.
- move
bool move(string fileName, string fromDir, string toDir, bool createMissingDirs, bool overwriteExistingFile)
Undocumented in source. Be warned that the author may not have intended to support it.