FileInfo: Attributes (get)

Attributes

Returns the attributes for the file (ReadOnly, Hidden, ...)



 Public Property Get Attributes ( ) As FileAttributes

Return Values

FileAttributes -  The attributes of the file.

Remarks

The attributes are represented as bits. Each attributes has a specific bit. To test if a specific attribute exists, the attributes need to be ANDed with the individual attribute bits.

Read/Write.

See Also

Project CorLib Overview

Class FileInfo Overview