示例#1
0
 private static bool IsDir(this headerFileInfo fi)
 {
     return(fi.Mode().IsDir());
 }