OpenFileDialog seems to only allow files to be selected. Is there a variation of this dialog that allows you to select a folder?
Thanks, Scott
FolderBrowserDialog
That's certainly better than OpenFileDialog. Is there something that combines the two or do I have to use both if I want to allow the user to either select a folder -OR- tunnel down to a specific file?