FileInfo: Attributes (let) |
Sets the attributes for the file (ReadOnly, Hidden, ...)
Public Property Let Attributes( ByVal Value As FileAttributes )
All attributes are set at once. In order to modify a single attribute, the remaining attribute settings need to be included with the modified attribute.
Read/Write.