IFile Property: ModifiedDate

Property Name
ModifiedDate

Property Type
Date

Description
Gets the date and time when a file or directory was last modified.
This property is read-only.

Example

Dim File As Ifile
Set File = GetObject("NTDS://DomainName/MachineName/file_services/c-drive/ documents/todo.doc")
Debug.Print File.ModifiedDate

 

See Also: