Function absolutePath

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

Prototypes

Path absolutePath(
  Path path,
  lazy string base = getcwd()
) pure @safe;

Path absolutePath(
  Path path,
  Path base
) pure @safe;

Authors

Nick Sabalausky

Copyright

Copyright (C) 2014-2015 Nick Sabalausky

License

zlib/libpng