| 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
)
Sub Move (
source As String,
destination As String
)
void Move(
String^ source,
String^ destination
)
abstract Move :
source : string *
destination : string -> unit
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