I need some Dialog that allows me select multiple items (files nad folders) simultenously and retrieve their paths for folders and paths + file names for files.
OpenFileDIalog allows me to multiselect files. FolderBrowseDialog allows me to multiselect directories. How can I combine functionality of this two windows? The best solution seems to be display sth. like OpenFileDialog with multiselection and ability to get checked folder path.
Any ideas?