Purpose | With SelectFile you can open a dialog box that lets the user specify the name of a file | ||||||||||
Example | SelectFile name="MM_fnam" | ||||||||||
Format |
SelectFile
name="filename"
The standard dialog box for file
selection is called up. When the call returns, the variable
V[filename] contains the selected file name. Please note: SelectFile does not open the file in question and, with the -save option, does not save a file either, but only returns the file name selected by the user. |
||||||||||
Options |
|
||||||||||
Components | GuiXT + InputAssistant |