Path.this - multiple declarations
- Function Path.this
- Function Path.this
- Function Path.this
Function Path.this
Constructs a relative path with one path entry
.
Prototype
ref this(
PathEntry entry
) pure;
Function Path.this
Constructs a path object from a list of PathEntry
objects.
Prototype
ref this(
immutable(PathEntry)[] nodes,
bool absolute
) pure;
Function Path.this
Constructs a Path
object by parsing a path string.
Prototype
ref this(
string pathstr
) pure;
Authors
Sönke Ludwig
Copyright
© 2012-2015 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.