Path

Tag a string as a path and make it absolute+normalized.

Constructors

this
this(Path p)
Undocumented in source.
this
this(string p)
Undocumented in source.

Members

Functions

baseName
string baseName()
Undocumented in source. Be warned that the author may not have intended to support it.
dirName
Path dirName()
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
void opAssign(string rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
void opAssign(typeof(this) rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
Path opBinary(string rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opCast
T opCast()
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
void opOpAssign(string rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
void toString(Writer w)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta