$sfile » History » Version 2
  Per Amundsen, 08/11/2015 06:54 AM 
  
| 1 | 1 | Per Amundsen | _Added in 1.9.0_ | 
|---|---|---|---|
| 2 | |||
| 3 | *$sfile(dir,[title],[oktext])* | ||
| 4 | |||
| 5 | Displays the select file dialog and returns the selected file. | ||
| 6 | |||
| 7 | *Parameters* | ||
| 8 | dir - Start filename in the file dialog. | ||
| 9 | title - Dialog title text. (optional) | ||
| 10 | oktext - TODO (optional) | ||
| 11 | |||
| 12 | *Example* | ||
| 13 | |||
| 14 | <pre> | ||
| 15 | ; Open the file dialog. | ||
| 16 | 2 | Per Amundsen | //echo -ag $sfile(*.*,Select File) | 
| 17 | 1 | Per Amundsen | </pre> |