I have this WPF app and I want to have there function of getting a directory path from the user. I would like to use some folder browser dialog but I do
The Ookii Dialogs for WPF library 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 compatible with Windows Forms apps