I need to allow my users to either select a file or a folder for processing, but I can't find any option in IFileOpenDialog to make that happen. If I select a subfolder when using IOpenFileDialog, the dialog just displays the contents of the subfolder. In other words, the dialog will only let me select files, not folders.
Is there any way to fix this?
R,
John