Click or drag to resize

INameServerClientProtocolMove Method

Moves the specified file or directory.

Namespace:  Ookii.Jumbo.Dfs
Assembly:  Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 2.0.0
Syntax
void Move(
	string source,
	string destination
)

Parameters

source
Type: SystemString
The path of the file or directory to move.
destination
Type: SystemString
The path to move the entry to.
See Also