Method Path.relativeTo

Computes the relative path from `parentPath` to this path.

Prototype

Path relativeTo(
  const(Path) parentPath
) const;

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.