Creation time of a file in java [duplicate]
Possible Duplicate:
How to discover a File's creati开发者_JAVA技巧on 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?
How to discover a File's creation time with Java?
精彩评论