FileNode.SetAttributes Method
Namespace: Rebex.IO.FileSystem
Assembly: Rebex.FileSystem.dll (version 7.0.9083)
SetAttributes(NodeAttributes)
Sets attributes of the node. Inherited from NodeBase.
Declaration
public NodeBase SetAttributes(NodeAttributes attributes)
Parameters
Type | Name | Description |
---|---|---|
NodeAttributes | attributes | New attributes of the node. |
Returns
Type | Description |
---|---|
NodeBase | Up-to-date representation of the node in the FileSystemProvider. |