Function relativePath

Just like std.path.relativePath, but operates on Path.

Prototypes

Path relativePath(std.path.CaseSensitive cs)(
  Path path,
  lazy string base = getcwd()
);

Path relativePath(std.path.CaseSensitive cs)(
  Path path,
  Path base
);

Authors

Nick Sabalausky

Copyright

Copyright (C) 2014-2015 Nick Sabalausky

License

zlib/libpng