Esempio n. 1
0
 public static string RelativizePath(string parent, string filename)
 {
     return(System.IO.Path.Combine(PathHelper.RelativePath(System.IO.Path.GetDirectoryName(filename), System.IO.Path.GetDirectoryName(parent)), System.IO.Path.GetFileName(filename)));
 }