DirectoryInfo: Attributes (let)

Attributes

Sets the attributes for the directory.



 Public Property Let Attributes(
	  ByVal RHS As FileAttributes )

Parameters

RHS
[ByVal] FileAttributes. The attributes to set for the directory.

Remarks

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.

See Also

Project VBCorLib Overview Class DirectoryInfo Overview DirectoryInfo Properties DirectoryInfo Methods Attributes (get) Create