Version:
MoveDirectoryAsync(string sourceDirName, string destDirName) Method
Moves a directory from sourceDirName to destDirName.
Syntax
public
abstract
System.Threading.Tasks.Task MoveDirectoryAsync(string sourceDirName, string destDirName)
Parameters
- sourceDirName
- Type: string
The full path of the source directory.
- destDirName
- Type: string
The full path of the target directory.