relativePath

Part of workaround for DMD Issue #12111

  1. Path!C relativePath(Path!C path, string base)
  2. Path!C relativePath(Path!C path, Path!C base)
  3. string relativePath(string path, string base)
    string
    relativePath
    (
    string path
    ,
    lazy string base = getcwd()
    )

Meta