View Single Post
  #3 (permalink)  
Old 12-12-2007, 04:38 PM
MattStone MattStone is offline
Member
 
Join Date: Dec 2007
Posts: 13
MattStone is on a distinguished road
??????
OK I think I get the rest, get this and not sure what todo.
Quote:
The method accept(File) of type new FileFilter(){} must override a superclass method


and just to confirm for test.
Code:
public static void main(String[] args) { FolderList myFolderList = new FolderList(); File File = new File("C:\\"); myFolderList.iterate(File);
Reply With Quote