file creation time

Really simple question: Is there a way to find out when a File object is created not modified? I did not see such an option in the class descirption (http://java.sun.com/j2se/1.4.2/docs/api/java/io/File.html)Thanks
[228 byte] By [Tommasoa] at [2007-10-2 17:09:57]
# 1
Really simple answer: No.More complex answer: if you want to write some platform-specific JNI code, or do some platform-specific command line parsing with Runtime.exec(), then you should be able to do it.
DrClapa at 2007-7-13 18:24:53 > top of Java-index,Java Essentials,Java Programming...
# 2
Ok, thanks for the quick reply. I am still a java newb, so i won't go for the "platform-specific command line parsing with Runtime.exec()" cuz i don't even know what that means.Its too bad that they don't have that, should be added in the future. Anyways, thanks for the help.
Tommasoa at 2007-7-13 18:24:53 > top of Java-index,Java Essentials,Java Programming...