public static bool IsOtherFile(this AbsoluteFilePath f)
 {
     return(!f.IsUnoFile() && !f.IsUxFile() && !f.IsExtensionFile());
 }