FileNode.Rename Method
Namespace: Rebex.IO.FileSystem
Assembly: Rebex.FileSystem.dll (version 7.0.9083)
Rename(String)
Renames this node. Inherited from NodeBase.
Declaration
public NodeBase Rename(string newName)
Parameters
Type | Name | Description |
---|---|---|
String | newName | New name of the node. |
Returns
Type | Description |
---|---|
NodeBase | Up-to-date representation of the node in the FileSystemProvider. Returned node should have new name. |