DirectoryInfo: Attributes (let)

Attributes

Sets the attributes for the directory.



 Public Property Let Attributes(
	  ByVal Value As FileAttributes )

Parameters

Value
[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 CorLib Overview

Class DirectoryInfo Overview