-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?

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,715
  • 1
  • 9
  • 18