예제 #1
0
파일: My09.java 프로젝트: aaiijmrtt/JUCSE
 public static void main(String args[]) {
   try {
     FileIndex fi = new FileIndex(args[0]);
     fi.index();
     fi.report();
   } catch (Exception e) {
     System.out.println(e);
   }
 }