CopyFileEx with multiple files, but only one copy dialog
I've searched the web and stackoverflow for this. I want to copy multiple files from multiple sources to multiple destinations. I don't bother with UnauthorizedAccessExceptions yet - the files are most likely to not be in use anyway. I can copy 1 file using CopyFileEx-Wrapper from here . However: I'd like the standard windows copy file dialog to appear. And I'd like to copy multiple files - not just one - by e.g. passing an array of source files and an array of destination files. Is there a way to do this? Further more: is there a way to queue this as one task and not x separated copy