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 ...
3
votes
2answers
130 views

Delphi 6: How can I change created filedate (= file creation date)

I've been searching now for HOURS on Google (and here). And I cannot find a solution. I want to CHANGE the "Created Filetime" (= creation filetime) in DELPHI 6. Not the "Modified file time" (for ...
0
votes
1answer
185 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 ...