IFile Property: CreatedDate

Property Name
CreatedDate

Property Type
Date

Description
Gets the date and time when a file or directory was created.
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.CreatedDate

 

See Also: