it is possible to select multiple files using OpenFileDialog. (setting multiselect as true)
the question is how to select multiple files and folders at the same time?
I know what is FolderBrowseDialog, I know I should Hold ctrl or shift! :D
assume a folder contain 5 folder and 2 files, the scenario is to select for example 1 of files and 2 folders.
I don't know why people down vote this question!!
----------------- Edit --------------------
assume an OpenFileDialog, you can select as many file as you want in a folder, ok? I want something like this but with the ability to select folders too! so as OpenFileDialog return selected file names in FileNames array that dialog return something Like SelectedPaths array that contains filenames and folderpaths.