DirectoryInfo: Attributes (let) |
Sets the attributes for the directory.
Public Property Let Attributes( ByVal Value As FileAttributes )
Setting just one attribute will clear all the other attributes. To preserve any attributes, then OR must be used with the attributes to be preserved.
Read/Write.