Open directory dialog

I want the user to select a directory where a file that I will then generate will be saved. I know that in WPF I should use the OpenFileDialog from Win32, but unfortunately the dialog requires file(s) to be selected – it stays open if I simply click OK without choosing one. I could “hack up” the functionality by letting the user pick a file and then strip the path to figure out which directory it belongs to but that’s unintuitive at best. Has anyone seen this done before?

15 Answers
15

Leave a Comment