-3

I am looking to make a small windows utility that will let the user browse to a file directory. Is there a good C# method (Windows) to execute this?

Jozef Pietrzak
  • 109
  • 1
  • 12

1 Answers1

1

If you are using WinForms, you want FolderBrowserDialog.

See here: https://msdn.microsoft.com/en-us/library/system.windows.forms.folderbrowserdialog(v=vs.110).aspx

Tim
  • 5,940
  • 1
  • 12
  • 18