property File.Accessed as Date
Retrieves the date when the file was last read from, written to, or for executable files, run.

TypeDescription
Date A DATE expression that indicates the date when the file was last read from, written to, or for executable files, run.
The Accessed property specifies the date when the file was last read from, written to, or for executable files, run. The Size property gets the size of the file in bytes. The Size property gets 0, for folder objects. The FullName property indicates the fully name of the file or directory. The Modified property specifies the date when the file was last written to, truncated, or overwritten. The Created property specifies the date when the file or directory was created.