file date

  • Thread starter Thread starter Keith G Hicks
  • Start date Start date
K

Keith G Hicks

What's the easiest way to get the date of a file in a folder on a hard
drive? Can it be done using Dir() somehow?

Thanks,

Keith
 
I found "filedatetime" and "DateLastModified". I can do that but if Dir()
can do it at all that would be better since I'm using that to find files in
a folder anyway. So let me know if that will work. Otherwise I'll just use
"FileDateTime".

Thanks,
 
Back
Top