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
There are no standard native WPF dialogs for what you are looking for, simply because the System.Windows.Forms dialogs are nothing more than wrappers to the system ones. So creating a WPF wrapper makes no sense and will only add to the confusion.