saveFileDialog
opens a native save file dialog
Syntax
saveFileDialog(title, startpath, extensions)
Returns
string with file path
Parameters
- title (string)
- the dialog header title
- startpath (string)
- the path to a folder or file to base the starting point on.
- extensions (string)
- allowed extensions. ie. "*.gif;*.jpeg"