Beispiel #1
0
 public static string ChangePathType(PathTypes oldType, PathTypes newType, string path)
 => ChangePathType(oldType.ToString(), newType.ToString(), path);
Beispiel #2
0
 public static string BuildPath(PathTypes type = PathTypes.Base)
 => BuildPath(type.ToString());