| FileInfo: Attributes (let) |
Sets the attributes for the file (ReadOnly, Hiddin, ...)
Public Property Let Attributes( ByVal RHS 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.
Project VBCorLib Overview Class FileInfo Overview FileInfo Properties FileInfo Methods Attributes (get) CopyTo