Method SaveFileDialog
SaveFileDialog(string, string)
Opens a file dialog for selecting a file to save.
public string SaveFileDialog(string defaultPath, string fileName)
Parameters
defaultPath
stringThe default path for the file dialog.
fileName
stringThe default file name for the file dialog.
Returns
- string
The selected file path.