FileNode.CopyTo Method
Namespace: Rebex.IO.FileSystem
Assembly: Rebex.FileSystem.dll (version 7.0.9313)
CopyTo(DirectoryNode)
Copies the node to the targetNode.
Inherited from NodeBase.
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.  |