relPath

Variant of std.path.relativePath with the following differences: - Works with relative paths. If either path is relative, it is first resolved to an absolute path. - If path starts with base, avoids allocating.

string
relPath
(
string path
,
string base
)

Meta