answer file, answer folder
- Command
- 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 variableit
. If the user cancels the file dialog,it
is set to empty andthe result
is set to “Cancel”. - The
answer multiple files
command is similar but allows the user to select more than one file. The variableit
is set to a list of the full paths of all of the selected files. - Related: answer, ask file
- The