Method Path.this

Overload group

Constructs a Path object by parsing a path string.

Prototype

Path this(
  string pathstr
);

Overload group

Constructs a path object from a list of PathEntry objects.

Prototype

Path this(
  immutable(PathEntry)[] nodes,
  bool absolute
);

Overload group

Constructs a relative path with one path entry.

Prototype

Path this(
  PathEntry entry
);

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.