$nopath: Difference between revisions
Jump to navigation
Jump to search
Added $nopath |
(No difference)
|
Revision as of 14:30, 4 April 2008
Returns filename with the path stripped.
$nopath(<path>)
Examples
$nopath(c:\mirc\mirc.exe) returns mirc.exe $nopath(mirc.exe) returns mirc.exe $nopath(\mirc\mirc.exe) returns mirc.exe $nopath(c:\mirc) returns mirc $nopath(c:\mirc\) returns null.