3 references to GetRelativePath
Microsoft.DotNet.Cli.Utils (3)
PathUtility.cs (3)
142
return
GetRelativePath
(path1, path2, Path.DirectorySeparatorChar, true);
155
return
GetRelativePath
(path1, path2, Path.DirectorySeparatorChar, true);
164
return
GetRelativePath
(path1, path2, Path.DirectorySeparatorChar, false);