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

(Paramters)
Line 9: Line 9:
 
== Paramters ==
 
== Paramters ==
  
'''Path''' = ''Will be the full direction (dir) path including the filename.''
+
'''Path''' = the filename you want the path of
  
 
== Properties ==
 
== Properties ==

Revision as of 09:50, 12 June 2017


$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)

It will return the "path" without the "mirc.exe" file into it.

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.


See Also