示例#1
0
 public static bool IsImageFile(string filename)
 {
     return(FTT.GetFileCategory(filename) == FileCategory.Image);
 }