Thread
:
how to find files in given directory
View Single Post
#
2
(
permalink
)
08-05-2007, 06:26 AM
paty
Member
Join Date: Jul 2007
Posts: 41
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.
paty
View Public Profile
Send a private message to paty
Find all posts by paty