- copy
void copy(string source, string destination)
Undocumented in source. Be warned that the author may not have intended to support it.
- isSymlink
bool isSymlink(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
- join
string join(const(char)[][] paths)
Undocumented in source. Be warned that the author may not have intended to support it.
- move
void move(string source, string destination)
Undocumented in source. Be warned that the author may not have intended to support it.
- native
string native(const(char)[] path)
Undocumented in source. Be warned that the author may not have intended to support it.
- normalize
string normalize(const(char)[] path)
Undocumented in source. Be warned that the author may not have intended to support it.
- permission
void permission(string path, ushort mode)
Undocumented in source. Be warned that the author may not have intended to support it.
- permission
void permission(string path, string mode)
Undocumented in source. Be warned that the author may not have intended to support it.
- remove
int remove(string path, bool recursive)
Undocumented in source. Be warned that the author may not have intended to support it.
- standard
string standard(const(char)[] path)
Undocumented in source. Be warned that the author may not have intended to support it.
- validatePath
void validatePath(string path)
Undocumented in source. Be warned that the author may not have intended to support it.