Beispiel #1
0
 public static string ChangeExtension(string path, string extension)
 {
     return(SystemPath.ChangeExtension(path, extension));
 }