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.
 +
 
== Synopsis ==
 
== Synopsis ==
<pre>
+
<pre><source lang="mIRC">
$nofile(filename)
+
$nofile(path)</pre></source>
Returns the path in filename without the actual filename.
+
 
</pre>
+
== Paramters ==
 +
 
 +
None
 +
 
 +
== Properties ==
 +
 
 +
None
 +
 
 +
== Example ==
 +
<source lang="mIRC">//echo -a $usermode</source>
 +
 
 +
== Compatibility ==
 +
{{mIRC compatibility|4.7}}
 +
 
 +
== See Also ==
 +
[[Category:MIRC identifiers]]

Revision as of 08:18, 12 June 2017


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

Synopsis

<source lang="mIRC">
$nofile(path)
</source>

Paramters

None

Properties

None

Example

//echo -a $usermode

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