From WikiChip
$nopath Identifier - mIRC
< mirc‎ | identifiers
Revision as of 08:41, 12 June 2017 by Westor (talk | contribs) (Created page with " {{mirc title|$nopath Identifier}}'''$nopath(path)''' Returns filename without a path if it has one. == Synopsis == <source lang="mIRC"> $nopath(path)</source> == Paramters...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


$nopath(path) Returns filename without a path if it has one.

Synopsis

$nopath(path)

Paramters

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

Properties

None

Example

//echo -a $nopath($mircexe)

It will return the "mirc.exe" filename without the "path" direction 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