AbsolutePath

The path is guaranteed to be the absolute path.

The user of the type has to make an explicit judgment when using the assignment operator. Either a FileName and then pay the cost of the path expansion or an absolute which is already assured to be _ok_. This divides the domain in two, one unchecked and one checked.

Constructors

this
this(Path p)
Undocumented in source.
this
this(Path p, DirName workdir)

Build the normalised path from workdir.

Alias This

payload

Members

Functions

opAssign
void opAssign(AbsolutePath p)
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
void opAssign(FileName p)
Undocumented in source. Be warned that the author may not have intended to support it.
opCast
FileName opCast()
Undocumented in source. Be warned that the author may not have intended to support it.
opCast
string opCast()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

payload
Path payload;
Undocumented in source.

Meta