File Modified date

Hi, I have a question about getting file name. When I use list method (import java.io.file) I can get all the files names under the directory I give. I am just wondering if I can get each file's modified date. If yes, how? Thanks in advance!
[269 byte] By [zdang] at [2007-9-26 2:56:37]
# 1
use listFiles. you will get an array of File objects.for modified time use lastModified().
parthasarkar at 2007-6-29 10:47:54 > top of Java-index,Archived Forums,Java Programming...