Actions
$sfile » History » Revision 5
« Previous |
Revision 5/6
(diff)
| Next »
Per Amundsen, 12/14/2019 10:01 AM
Added in 1.9.0
$sfile(file,[title],[oktext])
Displays the select file dialog and returns the selected file.
Parameters
file - Start filename filter in the file dialog.
[title] - Dialog title text. (optional)
[oktext] - TODO (optional)
Example
; Open the file dialog. //echo -ag $sfile(*.*,Select File)
Updated by Per Amundsen almost 5 years ago · 5 revisions