FileOperationQueueCopy Method

Overload List

QueueCopy(DirectoryInfo, String) Queues a copy operation of a source directory into its own directory.

QueueCopy(FileInfo, FileInfo) Queues a copy operation of a source file to a destination file.
QueueCopy(FileInfo, String) Queues a copy operation of a source file into its own directory.
QueueCopy(DirectoryInfo, DirectoryInfo, String) Queues a copy operation of a source directory to a destination directory.
QueueCopy(DirectoryInfo, String, String) Queues a copy operation of a source directory to a destination directory.
QueueCopy(FileInfo, DirectoryInfo, String) Queues a copy operation of a source file to a destination directory.
QueueCopy(FileInfo, String, String) Queues a copy operation of a source file to a destination directory.
QueueCopy(String, DirectoryInfo, String) Queues a copy operation of a source file or directory to a destination directory.
QueueCopy(String, String, String) Queues a copy operation of a source file or directory to a destination directory.

See Also