absolutePath

Like $(FULL_STD_PATH absolutePath), but operates on Path.

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

Meta