3 references to GetRelativePath
Microsoft.DotNet.Cli.Utils (3)
PathUtility.cs (3)
116
return
GetRelativePath
(path1, path2, Path.DirectorySeparatorChar, true);
129
return
GetRelativePath
(path1, path2, Path.DirectorySeparatorChar, true);
138
return
GetRelativePath
(path1, path2, Path.DirectorySeparatorChar, false);