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