public static string GetFileNameWithoutExtension(string path) { return(SystemPath.GetFileNameWithoutExtension(path)); }