relativePath

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

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

Meta