View Single Post
  #2 (permalink)  
Old 08-05-2007, 06:26 AM
paty paty is offline
Member
 
Join Date: Jul 2007
Posts: 41
paty is on a distinguished road
You can use java.io.File class and its list() or listFiles() method with FilenameFilter argument. Both return a array of filtered file name or File object in a directory.
Reply With Quote