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
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 17:
  
 
== 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]]

Revision as of 14:11, 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

$scriptdir

Parameters

None

Properties

None

Example

//echo -a $scriptdir

Compatibility

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

[Expand]
v · d · e mIRC identifier list