Thread
:
how to get the names of the files
View Single Post
#
2
(
permalink
)
08-02-2007, 02:54 PM
brianhks
Senior Member
Join Date: Jul 2007
Posts: 134
java.io.File.list() is what you are looking for. Create a File set to your directory and then call list().
brianhks
View Public Profile
Send a private message to brianhks
Find all posts by brianhks