.NET: How to copy files using Windows "Copy Files" dialog
Someone asked on Stack Overflow:
.NET: How can I copy the files using Windows “Copy Files” dialog. I need to bulk copy multiple files. Does there exists any .NET 2.0 library/method that allows me to do it in crossplatform manner without invoking Windows platform specific libraries.
Thanks in advance.
I posted the following answer, which was chosen as the accepted answer and received 2 upvotes:
In order to use the “Windows ‘Copy Files’ Dialog” you will be required to invoke “Windows platform specific libraries.”
Originally posted on Stack Overflow — 2 upvotes (accepted answer). Licensed under CC BY-SA.