public static string TryGetShortFileName(string fullName)
 {
     return(ConvertingTools.TryGetShortFileName(fullName));
 }