Returns a file name you selected. SELECT_FILE displays the file name in the File Navigator.
Format
SELECT_FILE (File Filter, Directory)
Arguments
File Filter | A character string containing a wildcard pattern, used to filter the file selections for display. |
Directory | The directory where the file of interest is located. |
Example
The following function returns a list of command files from which you can make a selection:
SELECT_FILE("*.cmd", "/staff/user")