rebasePath

Modify a path under oldBase to a new path with the same subpath under newBase. E.g.: /foo/bar.rebasePath(/foo, /quux) == /quux/bar

string
rebasePath
(
string path
,
string oldBase
,
string newBase
)

Meta