VISIO::FILE (string title)

Description: Creates a standard file selection dialog. This is a new window which appears above the main window. The dialog can be made visible with the command visio::show and can be hidden with visio::hide. The title of the dialog is passed as an argument. The ID of the created file selection dialog is returned to the BASIC program.

Example:

fileselection = VISIO::FILE (“Choose a file to open...”)

VISIO::SHOW(fileselection)