From WikiChip
Difference between revisions of "mirc/identifiers/$sfile"
< mirc‎ | identifiers

(Created page with "{{mirc title|$sfile Identifier}}'''$sfile''' displays the select file dialog and returns the selected file == Synopsis == <pre>$sfile(dir, title, button)</pre> == Paramters...")
(No difference)

Revision as of 09:22, 28 December 2017

$sfile displays the select file dialog and returns the selected file


Synopsis

$sfile(dir, title, button)

Paramters

  • dir - The directory you want to open, can be a wildcard: it will be used as the field in the dialog selection where you can enter a file name
  • title - The optional title
  • button - The optional text of the 'open' button on the dialog

Properties

None

Example

//echo -a $sfile($mircdir,"choose a file!,Ok!)

Compatibility

Added: mIRC v5.81
Added on: 09 Nov 2000
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.


See Also

$sdir