FileOperationQueueCopy(String, String, String) Method

Queues a copy operation of a source file or 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 QueueCopy(
	string srcItem,
	string dstDirPath,
	string newItemName = ""
)

Parameters

srcItem  String
Full path to the source file or directory to copy from.
dstDirPath  String
Destination directory path to copy to.
newItemName  String  (Optional)
Gives a new name for the copied item.

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

See Also