Path.this - multiple declarations
- Function Path.this
- Function Path.this
- Function Path.this
Function Path.this
Constructs a Path
object by parsing a path string.
Prototype
this( string pathstr ) ref;
Function Path.this
Constructs a relative path with one path entry
.
Prototype
this( PathEntry entry ) ref;
Function Path.this
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.