BE_FileSaveDialog ( prompt {; fileName ; inFolder } )
Displays the standard OS save file dialog. Changes the title of the dialog to the prompt specified.
Version : 2.3
Version 4.0 : return error 3, command not available on iOS, Linux and under FMS.
Parameters :
prompt : the text to display in the dialog.
fileName ( optional ) : The filename to start with. Leave empty to get the user to name the file.
inFolder ( optional ) : The folder to start in when opening the dialog. Defaults to the last used folder.
Result : the path to the file selected, or an empty string if the user cancels.
0 Comments