IFile Property: IsArchive

Property Name
IsArchive

Property Type
Boolean

Description
Gives the Archive attribute of the File / Directory. Returns True if the given object has the Archive attribute set.
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.IsArchive

 

See Also: