I'm looking for a .NET file/folder selection dialog that allows me to select multiple files AND folders at the same time. Not files OR folders. Both. At the same time. This would be similar to the functionality of Windows Explorer, where you can select multiple files/folders in the listview and then delete them all or copy and paste them all somewhere else or whatever.
I tried about a half dozen answers from this question: How do you configure an OpenFileDialog to select folders?
No dice. It was always multiple files OR folders, or not more than one at the same time.
I'll take anything at this point: a mod I can do to a .NET dialog, API calls, third-party library, whatever. For third-party, a common suggestion that comes up is Ookii, but as you can see here and here, it is also either/or, not both/and. If it is third-party, I'd prefer something with source, but at this point I'll take what I can get. Any help is appreciated.