FileOperationQueueMove(DirectoryInfo, String, String) Method

Queues a move operation of a source directory to a destination directory.

Definition

Namespace: DevCase.Core.IO.FileSystem
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public void QueueMove(
	DirectoryInfo srcDir,
	string dstDirPath,
	string newDirName = ""
)

Parameters

srcDir  DirectoryInfo
Source directory to move from.
dstDirPath  String
Destination directory path to move to.
newDirName  String  (Optional)
Gives a new name for the moved directory.

If null, the new directory name is the same as the source directory name.

See Also