Is it possible to use the OpenFileDialog class select a file OR folder? It appears only to allow the selection of a file, if you select a folder and then choose open it wil
No: the OpenFileDialog is just for opening files. Anyway there is a FolderBrowserDialog you can use for that.
[Edit] Answered too fast: the Edit from the questioner was afterwards.