tags:

views:

52

answers:

1

Possible Duplicate:
How to discover a File's creation time with Java?

Using the java.io.File class to open a file, I am able to get the last modified date with lastModified(). Is there a way to find the creation time of the file?