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

Line 1: Line 1:
  
  
{{mirc title|$nofile(path) Identifier}}'''$nofile(path)''' Returns the path in filename without the actual filename.
+
{{mirc title|$nofile Identifier}}'''$nofile(path)''' Returns the path in filename without the actual filename.
  
 
== Synopsis ==
 
== Synopsis ==
Line 9: Line 9:
 
== Paramters ==
 
== Paramters ==
  
None
+
'''Path''' = ''Will be the full direction (dir) path including the filename.''
  
 
== Properties ==
 
== Properties ==
Line 16: Line 16:
  
 
== Example ==
 
== Example ==
<source lang="mIRC">//echo -a $usermode</source>
+
<source lang="mIRC">//echo -a $nofile($mircexe)</source>
  
 
== Compatibility ==
 
== Compatibility ==

Revision as of 08:28, 12 June 2017


$nofile(path) Returns the path in filename without the actual filename.

Synopsis

$nofile(path)

Paramters

Path = Will be the full direction (dir) path including the filename.

Properties

None

Example

//echo -a $nofile($mircexe)

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