I'm working on a program to "replace" the windows move file-dialog. For this new dialog to work in a similar manner I want to be able to
- select one or more files
- drag them to or right-click a destination folder
- instead of choosing "Move here" I choose my program through an extra context menu that I add
I can without problem get all selected files from explorer, but how do I get the destination folder?