Actions
$sfile » History » Revision 3
« Previous |
Revision 3/6
(diff)
| Next »
Per Amundsen, 08/11/2015 06:55 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 over 9 years ago · 3 revisions