| LocalFileSystemClientMove Method |
Moves the specified file or directory.
Namespace:
Ookii.Jumbo.Dfs.FileSystem
Assembly:
Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 2.0.0
Syntax public override void Move(
string source,
string destination
)
Public Overrides Sub Move (
source As String,
destination As String
)
public:
virtual void Move(
String^ source,
String^ destination
) override
abstract Move :
source : string *
destination : string -> unit
override 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