FileNode.MoveTo Method
Namespace: Rebex.IO.FileSystem
Assembly: Rebex.FileSystem.dll (version 7.0.9313)
MoveTo(DirectoryNode)
Moves this node to the newParentNode.
Inherited from NodeBase.
Declaration
public NodeBase MoveTo(DirectoryNode newParentNode)
Parameters
| Type | Name | Description | 
|---|---|---|
| DirectoryNode | newParentNode | New parent of the node.  | 
    
Returns
| Type | Description | 
|---|---|
| NodeBase | Up-to-date representation of the moved node in the FileSystemProvider.  |