Ejemplo n.º 1
0
 public static bool IsOtherFile(this AbsoluteFilePath f)
 {
     return(!f.IsUnoFile() && !f.IsUxFile() && !f.IsExtensionFile());
 }