$sfile » History » Revision 5
Revision 4 (Per Amundsen, 08/11/2015 06:57 AM) → Revision 5/6 (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* TODO (optional) *Example* <pre> ; Open the file dialog. //echo -ag $sfile(*.*,Select File) </pre>