Built-in front calls / Standard front calls |
Displays a file dialog window to get a path to open a file on the local file system.
ui.Interface.frontCall("standard", "openFile", [path,name,wildcards,caption], [result])
When invoking the "openFile" front call, the front-end displays a file dialog window using the local file system, to let the end user enter a file path, to select an existing file.
If the user cancels the dialog, the front call returns NULL in the result variable.