property File.Modified as Date
Retrieves the date when the file was last written to, truncated, or overwritten.

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