Search code examples
c#.netdirectory

Browse for a directory in C#


How can I present a control to the user that allows him/her to select a directory?

There doesn't seem to be any native .net controls which do this?


Solution

  • The FolderBrowserDialog class is the best option.