The answer file command displays a file system browser and prompts the user to select an existing file. The full path of the selected file is assigned to the variable it. If the user cancels the file dialog, it is set to empty and the result is set to “Cancel”.
The answer multiple files command is similar but allows the user to select more than one file. The variable it is set to a list of the full paths of all of the selected files.