FileInfo: Attributes (let)

Attributes

Sets the attributes for the file (ReadOnly, Hiddin, ...)



 Public Property Let Attributes(
	  ByVal RHS As FileAttributes )

Parameters

RHS
[ByVal] FileAttributes. The attributes to set the file to.

Remarks

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.

See Also

Project VBCorLib Overview Class FileInfo Overview FileInfo Properties FileInfo Methods Attributes (get) CopyTo