FileInfo: Attributes (get) |
Returns the attributes for the file (ReadOnly, Hidden, ...)
Public Property Get Attributes ( ) As FileAttributes
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.