absolutePath

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

  1. Path absolutePath(Path path, string base)
    @safe pure
    absolutePath
    (,
    lazy string base = getcwd()
    )
  2. Path absolutePath(Path path, Path base)

Meta