$sfile » History » Revision 2
Revision 1 (Per Amundsen, 08/11/2015 06:54 AM) → Revision 2/6 (Per Amundsen, 08/11/2015 06:54 AM)
_Added in 1.9.0_ *$sfile(dir,[title],[oktext])* Displays the select file dialog and returns the selected file. *Parameters* dir - Start filename in the file dialog. title - Dialog title text. (optional) oktext - TODO (optional) *Example* <pre> ; Open the file dialog. //echo -ag $sfile(*.*,Select $sfile(*.ini,Select File) </pre>