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.

Alias This

value

Members

Functions

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.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
value
string value()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta