I’m using the File System Object with a (File) object / variable. After instantiating the File object I see what appears to wrong dates being returned from the DateCreated property and DateLastModified property. The DateCreated property is returning a date that’s more recent than the DateLastModified. It looks like the last modification was made about an hour before the file was created.
‘ from immediate window
? fFile.DateCreated
8/15/02 3:07:42 PM
? fFile.DateLastModified
8/15/02 2:06:36 PM
Am I missing something here or does anyone know of bugs / problems with the File object’s Date properties?
‘ from immediate window
? fFile.DateCreated
8/15/02 3:07:42 PM
? fFile.DateLastModified
8/15/02 2:06:36 PM
Am I missing something here or does anyone know of bugs / problems with the File object’s Date properties?