FileOperationQueueCopy(FileInfo, FileInfo) Method

Queues a copy operation of a source file to a destination file.

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(
	FileInfo srcFile,
	FileInfo dstFile
)

Parameters

srcFile  FileInfo
Source file to copy from.
dstFile  FileInfo
Destination file to copy to.

See Also