Difference between revisions of "$mircdir"

From Scriptwiki
Jump to: navigation, search
 
(Updated for new version)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
Returns full path to the directory where your [[$mircexe|mirc.exe]] is located.
+
Returns full path to your mIRC home directory.
  
 
  $mircdir
 
  $mircdir
  
* It has no parameters or options
+
* This function has no parameters.
  
 
== Example ==
 
== Example ==
  
  C:\Programmer\mIRC\
+
  C:\Program Files\mIRC\
 +
C:\Users\User Name Here\AppData\Roaming\mIRC\
 +
 
 +
== See Also ==
 +
 
 +
* [[$mircexe]]
 +
* [[$mircini]]
 +
* [[$logdir]]
 +
* [[$scriptdir]]
  
 
[[Category:File and Directory Identifiers]]
 
[[Category:File and Directory Identifiers]]

Latest revision as of 19:32, 10 May 2008

Returns full path to your mIRC home directory.

$mircdir
  • This function has no parameters.

Example

C:\Program Files\mIRC\
C:\Users\User Name Here\AppData\Roaming\mIRC\

See Also