Tagged Questions

4
votes
5answers
3k views

How to get date picture created in java

I would like to extract the date a jpg file was created. Java has the lastModified method for the File object, but appears to provide no support for extracting the created date from the file. I ...
0
votes
1answer
189 views

Getting date/time of creation of a file

This seems like a pretty straightforward question but I haven't been able to find a definitive answer anywhere online. How can I get the date/time a file was created through Java's file manager? Aside ...