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