DirectoryInfo: Attributes (get)

Attributes

Returns the directorys attributes (ReadOnly, Hidden, Archive, ...)



 Public Property Get Attributes ( ) As FileAttributes

Return Values

FileAttributes -  The directories attributes since the last time Refresh was called.

Remarks

The attributes are not kept current. If the they are changed since last checked, then Refresh must be called to retrieve the current settings.

Read/Write.

See Also

Project CorLib Overview

Class DirectoryInfo Overview