dvm.io.Path

Public Imports

tango.io.Path
public import tango.io.Path;

Members

Enums

Group
enum Group
Undocumented in source.
Others
enum Others
Undocumented in source.
Owner
enum Owner
Undocumented in source.

Functions

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.

Meta

Authors

Jacob Carlborg

Version

Initial created: Jan 16, 2011