Exemple #1
0
 public static string GetRelativePath(string ancestorPath, string descendantPath)
 {
     return(SegmentHelper.GetRelativeStr(PathConsts.PathSeparator, ancestorPath, descendantPath));
 }
Exemple #2
0
 public static string GetRelativeKey(string ancestorKey, string descendantKey)
 {
     return(SegmentHelper.GetRelativeStr(DictConsts.KeySeparator, ancestorKey, descendantKey));
 }