NodeBase.CopyTo Method
Namespace: Rebex.IO.FileSystem
Assembly: Rebex.FileSystem.dll (version 7.0.9448)
CopyTo(DirectoryNode)
Copies the node to the targetNode.
Declaration
public NodeBase CopyTo(DirectoryNode targetNode)
Parameters
| Type | Name | Description |
|---|---|---|
| DirectoryNode | targetNode | New parent directory for the copy of the node. |
Returns
| Type | Description |
|---|---|
| NodeBase | Up-to-date representation of the moved node in the FileSystemProvider. |