I develop a WPF4 application and in my app I need to let the user select a folder where the application will store something (files, generated reports etc.).
My requ
The Ookii Dialogs for WPF has a VistaFolderBrowserDialog class that provides a complete implementation of a folder browser dialog for WPF.
VistaFolderBrowserDialog
https://github.com/augustoproiete/ookii-dialogs-wpf
There's also a version that works with Windows Forms.