relativePath

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

  1. alias relativePath() = std.path.relativePath
  2. Path relativePath(Path path, string base)
    relativePath
    (
    CaseSensitive cs = CaseSensitive.osDefault
    )
    (,
    lazy string base = getcwd()
    )
  3. Path relativePath(Path path, Path base)

Meta