From WikiChip
Difference between revisions of "mirc/identifiers/$dir"
(Created page with "{{mirc title|$dir Identifier}}{{Deprecated feature|new={{mIRC|$sdir}}}}'''$dir''' displays the select folder dialog and returns the selected folder. == Synopsis == <pre>$dir...") |
(→See Also) |
||
Line 20: | Line 20: | ||
== See Also == | == See Also == | ||
− | {{mIRC| | + | {{mIRC|$sdir}} |
+ | {{mIRC|$sfile}} | ||
+ | {{mIRC|$hfile}} | ||
+ | {{mIRC|$file}} | ||
− | [[Category:mIRC identifiers | + | [[Category:mIRC identifiers]] |
Revision as of 17:27, 22 September 2017
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
Note: This feature has essentially been replaced by $sdir.$dir displays the select folder dialog and returns the selected folder.
Synopsis
$dir="title" <dir>
Parameters
- title - The optional title of the dialog
- <dir> - the directory/file to be opened, can be a wildcard
Properties
None
Example
//echo -a $dir='select dir' c:\
Compatibility
Added: mIRC v2.1a
Added on: 28 Feb 1995
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.