| |
gdewrance
Posts: 587
Score: 3
Joined: 3/16/2006
Status: offline
|
which one will work DateCreated Property This property gets the date and time that the file was created. Syntax: object.DateCreated DateLastAccessed Property Gets the date and time that the file was last accessed. Syntax: object.DateLastAccessed DateLastModified Property This property returns the date and time that the file was last modified. Syntax: object.DateLastModified
|
|