relativePath

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

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

Meta