From WikiChip
Difference between revisions of "mirc/identifiers/$nofile"
(→Paramters) |
(→Example) |
||
Line 18: | Line 18: | ||
<source lang="mIRC">//echo -a $nofile($mircexe)</source> | <source lang="mIRC">//echo -a $nofile($mircexe)</source> | ||
− | + | will return the directory of the current mIRC running. | |
== Compatibility == | == Compatibility == |
Revision as of 08:50, 12 June 2017
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
$nofile returns the path in filename without the actual filename.
Synopsis
$nofile(path)
Paramters
Path = the filename you want the path of
Properties
None
Example
//echo -a $nofile($mircexe)
will return the directory of the current mIRC running.
Compatibility
Added: mIRC v4.7
Added on: 09 Dec 1996
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.