Search code examples
c#winformsdirectoryopenfiledialogfolderbrowserdialog

Alternative to FolderBrowserDialog


Is there an alternative for selecting folders in C#?

Optimally I'd like to use the OpenFileDialog to select folders, or at least something similar to that.


Solution

  • Here you have and OpenFileOrFolder dialog and here another FolderBrowserDialog both Open Source.