makeRelative doesn't work if mixing slashes.
Had a problem with the build process whereby we were looking for a windows escaped base URL in a *nix path.
i.e. something like
C:\Some\Dir\Path\
C:/Some/Dir/Path/File.ext
As Url uses a replace, this won't work, as the slashes conflict.
Have submitted #6 as a working example solution.
makeRelativedoesn't work if mixing slashes.Had a problem with the build process whereby we were looking for a windows escaped base URL in a *nix path.
i.e. something like
As Url uses a replace, this won't work, as the slashes conflict.
Have submitted #6 as a working example solution.