Actions
$sfile » History » Revision 2
« Previous |
Revision 2/6
(diff)
| Next »
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
; Open the file dialog. //echo -ag $sfile(*.*,Select File)
Updated by Per Amundsen over 9 years ago · 2 revisions