ReadWriteFileSystemProvider.Move Method
Namespace: Rebex.IO.FileSystem
Assembly: Rebex.FileSystem.dll (version 7.0.9083)
Move(NodeBase, DirectoryNode)
Override this method to implement moving a DirectoryNode/FileNode.
When the virtual file system is used in the FileServer component, the server session, which contains information about the user and the active connection, can be accessed using Current property.
Declaration
protected virtual NodeBase Move(NodeBase toBeMovedNode, DirectoryNode targetDirectory)
Parameters
Type | Name | Description |
---|---|---|
NodeBase | toBeMovedNode | To be moved node. |
DirectoryNode | targetDirectory | Target directory. |
Returns
Type | Description |
---|---|
NodeBase | An up-to-date instance of DirectoryNode or FileNode which represents the moved |