Algosim documentation: FileOpenDialog

FileOpenDialog

Displays a file open dialog.

Syntax

Description

FileOpenDialog displays a file open dialog in which the user can select one or more files.

If the user selects one or more files, then the function returns the selected file name (if ¬MultiSelect) or a list of the selected file names (if MultiSelect). If the user cancels the dialog, an error is raised, which can optionally be handled using the try or the succeeded function.

See also