Allow user to choose file/folder in C# WinForms app
There are a few depending on exactly what you need to do:
OpenFileDialog
- SaveFileDialog
FolderBrowserDialog
There are a few depending on exactly what you need to do:
OpenFileDialog
FolderBrowserDialog