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...") |
|||
| (3 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| − | {{mirc title|$dir | + | {{mirc title|$dir identifier}}{{Deprecated feature|new={{mIRC|$sdir}}}}'''$dir''' displays the select folder dialog and returns the selected folder. |
| − | |||
== Synopsis == | == Synopsis == | ||
| Line 7: | Line 6: | ||
== Parameters == | == Parameters == | ||
| − | * '''title''' - The optional title of the dialog | + | * '''title''' - The optional title of the dialog, the quote are optional if your title does not have space |
| − | * '''<dir>''' - the directory/file to be opened, can be a wildcard | + | * '''<dir>''' - the directory/file to be opened, can be a {{mirc|wildcard}} |
== Properties == | == Properties == | ||
| Line 20: | Line 19: | ||
== See Also == | == See Also == | ||
| − | {{mIRC| | + | * {{mIRC|$sdir}} |
| + | * {{mIRC|$sfile}} | ||
| + | * {{mIRC|$hfile}} | ||
| + | * {{mIRC|$file}} | ||
| + | {{mIRC identifier list}} | ||
| − | [[Category:mIRC identifiers| | + | [[Category:mIRC identifiers|dir]] |
Latest revision as of 15:18, 20 October 2018
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[edit]
$dir="title" <dir>
Parameters[edit]
- title - The optional title of the dialog, the quote are optional if your title does not have space
- <dir> - the directory/file to be opened, can be a wildcard
Properties[edit]
None
Example[edit]
//echo -a $dir='select dir' c:\
Compatibility[edit]
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.
See Also[edit]
mIRC identifier list