Hello,
does anybody know how to create a dialog, similar to File Open or Save As dialogs, that would enable me to select a directory? I need a dialog where the user could choose a directory into which the output files of the application will be saved. I suppose such dialog should be possible to create by setting some parameters in the CFileDialog::CFileDialog() constructor. Anyway, I tried searching the MSDN and haven't found anything yet.

thanks for your answer,

Koxin