View Single Post
  #1 (permalink)  
Old 08-01-2007, 03:56 PM
cecily cecily is offline
Member
 
Join Date: Jul 2007
Posts: 33
cecily is on a distinguished road
how to find files in given directory
in my program I have to get directory name&address, in this directory is none, one, or more *.txt(maybe not *.txt files) and I have to read info from all of them.

on C++ is very easy to do that with "findnext, find last, findfirst", so how can I do this in Java?
Reply With Quote
Sponsored Links