How to get creation date for a java.io.File object

How to get creation date for a java.io.File object
[57 byte] By [menuTabsa] at [2007-10-3 4:02:38]
# 1

You can't. The only thing you can do is get the last modification time with lastModified()

This information is OS specific. If you really need that info, you'll need to use native libraries.

JConfig looks like a nice solution for your problem:

http://tolstoy.com/samizdat/jconfig.html

lfschucka at 2007-7-14 22:02:04 > top of Java-index,Core,Core APIs...