Is there an \"easy\" way to select either a file OR a folder from the same dialog?
In many apps I create I allow for both files or folders as input. Until now i alwa
this will allow you to select folders using OpenFileDialog
openFileDialog1.CheckFileExists = false; openFileDialog1.ValidateNames = false;