From WikiChip
$sfile Identifier - mIRC
< mirc‎ | identifiers
Revision as of 16:13, 20 October 2018 by Sophist (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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


Synopsis[edit]

$sfile(dir, title, button)

Paramters[edit]

  • 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[edit]

None

Example[edit]

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

Compatibility[edit]

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[edit]

$sdir