Returns the relative path from from
to to
. If from
and to
each resolve to the same path (after calling resolve
on each), a zero-length string is returned. On Windows this canonicalizes the drive to a capital letter and paths to \\
.
Returns the relative path from from
to to
. If from
and to
each resolve to the same path (after calling resolve
on each), a zero-length string is returned. On Windows this canonicalizes the drive to a capital letter and paths to \\
.