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

(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 Identifier}}{{Deprecated feature|new={{mIRC|$sdir}}}}'''$dir''' displays the select folder dialog and returns the selected folder.
+
{{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|/speak}}
+
* {{mIRC|$sdir}}
 +
* {{mIRC|$sfile}}
 +
* {{mIRC|$hfile}}
 +
* {{mIRC|$file}}
 +
{{mIRC identifier list}}
  
[[Category:mIRC identifiers|speak]]
+
[[Category:mIRC identifiers|dir]]

Latest revision as of 16:18, 20 October 2018

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]

[Expand]
v · d · e mIRC identifier list