date created on picture files
You could try:-
Sub sonic()
filedate = FileDateTime("c:\picture1.jpg")
MsgBox (filedate)
End Sub
Mike
"Bob Flanagan" wrote:
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
|