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

(Created page with "{{mirc title|$scriptdir Identifier}}'''$scriptdir''' return the folder containing the current script file, or if used in an editbox, return the default folder for script. == ...")
 
m
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{mirc title|$scriptdir Identifier}}'''$scriptdir''' return the folder containing the current script file, or if used in an editbox, return the default folder for script.
+
{{mirc title|$scriptdir identifier}}'''$scriptdir''' returns the folder containing the current script file, or if used in an editbox, return the default folder for script.
 +
 
  
 
== Synopsis ==
 
== Synopsis ==
 
<pre>$scriptdir</pre>
 
<pre>$scriptdir</pre>
  
== Paramters ==
+
== Parameters ==
 
 
 
None
 
None
  
 
== Properties ==
 
== Properties ==
 
 
None
 
None
  
Line 19: Line 18:
  
 
== See Also ==
 
== See Also ==
{{mIRC|$mircdir}}
+
* {{mIRC|$mircdir}}
{{mIRC|$mircexe}}
+
* {{mIRC|$mircexe}}
{{mIRC|$mircini}}
+
* {{mIRC|$mircini}}
[[Category:MIRC identifiers]]
+
{{mIRC identifier list}}
 +
[[Category:mIRC identifiers|scriptdir]]

Latest revision as of 14:12, 22 September 2017

$scriptdir returns the folder containing the current script file, or if used in an editbox, return the default folder for script.


Synopsis[edit]

$scriptdir

Parameters[edit]

None

Properties[edit]

None

Example[edit]

//echo -a $scriptdir

Compatibility[edit]

Added: mIRC v5.0
Added on: 02 Apr 1997
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