Ejemplo n.º 1
0
 public static string GetFileNameWithoutExtension(string path)
 {
     return(SystemPath.GetFileNameWithoutExtension(path));
 }