QueueMove(FileInfo, FileInfo)
|
Queues a move operation of a source file to a destination file.
|
QueueMove(DirectoryInfo, DirectoryInfo, String)
|
Queues a move operation of a source directory to a destination directory.
|
QueueMove(DirectoryInfo, String, String)
|
Queues a move operation of a source directory to a destination directory.
|
QueueMove(FileInfo, DirectoryInfo, String)
|
Queues a move operation of a source file to a destination directory.
|
QueueMove(FileInfo, String, String)
|
Queues a move operation of a source file to a destination directory.
|
QueueMove(String, DirectoryInfo, String)
|
Queues a move operation of a source file or directory to a destination directory.
|
QueueMove(String, String, String)
|
Queues a move operation of a source file or directory to a destination directory.
|