like the title says, is it possible (have been searching can't find any where this info) to see the files when the IsForderPicker = true
?
var dlg = new CommonOpenFileDialog();
dlg.Title = "Select the directory";
dlg.IsFolderPicker = true;
have this code but wanted to see also the files not just Folders.