Get creation date and time of a file?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a way from Access to get the creation date and time of a file given
the full file path?
I import a file and have a need to compare dates to determine if a later
version of the file has replaced the one already imported.

Thanks - david
 
FileDateTime(pathname)

Returns a Variant (Date) that indicates the date and time when a file was
created or last modified.

Syntax
 

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