Пример #1
0
 public static string GetParentPath(string path)
 {
     return(SegmentHelper.GetParentStr(PathConsts.PathSeparator, path));
 }
Пример #2
0
 public static string GetParentKey(string key)
 {
     return(SegmentHelper.GetParentStr(DictConsts.KeySeparator, key));
 }