$logdir: Difference between revisions

From Scriptwiki
Jump to navigation Jump to search
Aca20031 (talk | contribs)
No edit summary
 
Daveoh (talk | contribs)
mNo edit summary
 
Line 1: Line 1:
Returns the full path of the current logging directory of mIRC (where events are logged)
Returns the full path of the current logging directory of mIRC (where logs are saved.)
  $logdir
  $logdir
* No parameters or properties
* No parameters or properties
Line 5: Line 5:
== Example ==
== Example ==
  C:\Program Files\mIRC\logs\
  C:\Program Files\mIRC\logs\
== See Also ==
* [[Log|/log]]
[[Category:File and Directory Identifiers]]
[[Category:File and Directory Identifiers]]

Latest revision as of 14:41, 6 April 2008

Returns the full path of the current logging directory of mIRC (where logs are saved.)

$logdir
  • No parameters or properties

Example

C:\Program Files\mIRC\logs\

See Also