Example #1
0
 public static long totalSize(File dir) {
   return totalSize(list.ListFile.list(dir));
 }