I try to use the FolderBrowserDialog from WPF like this:
public static bool BrowseFolder(out string folderName) { using (System.Windows.Forms.FolderBrowserDia
I do belive you need a windows forms host to run anything from the Windows.Forms namespace... try it out!