IFile Property: IsSystem

Property Name
IsSystem

Property Type
Boolean

Description
Gives the system attribute of the File / Directory.
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.IsHidden

 

See Also: