IFile Property: IsCompressed

Property Name
IsCompressed

Property Type
Boolean

Description
Gives the compressed attribute of the File/Directory. Returns True if the given object is compressed.

Example

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

 

See Also: