date created on picture files

  • Thread starter Thread starter Bob Flanagan
  • Start date Start date
B

Bob Flanagan

Greetings. I need to get the date created on my picture files, which are
JPG files. Is there a way to return the date created property of a JPG
file?

Thanks,

Bob Flanagan
 
You could try:-

Sub sonic()
filedate = FileDateTime("c:\picture1.jpg")
MsgBox (filedate)
End Sub

Mike
 
Many thanks Tom. That did the trick. Now I just have 2397 pictures to
organize and copy to DVDs....

Bob
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top