Method OpenFileDialog
OpenFileDialog(string)
Opens a file dialog for selecting a file to open.
string OpenFileDialog(string defaultPath)
Parameters
defaultPath
stringThe default path for the file dialog.
Returns
- string
The selected file path.