Method Path.this

Overload group

Constructs a Path object by parsing a path string.

Prototypes

Path this(
  string pathstr
) ref;

Overload group

Constructs a path object from a list of PathEntry objects.

Prototypes

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

Overload group

Constructs a relative path with one path entry.

Prototypes

Path this(
  PathEntry entry
) 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.