Algosim documentation: FileSaveDialog

FileSaveDialog

Displays a file save dialog.

Syntax

Description

FileSaveDialog displays a file save dialog in which the user can select a file name.

If the user selects a file name, it is returned by the function as a string. If the user cancels the dialog, an error is raised, which can optionally be handled using the try or the succeeded function.

See also