Actions
$longfn » History » Revision 2
« Previous |
Revision 2/4
(diff)
| Next »
Per Amundsen, 08/12/2015 09:42 AM
Added in 1.9.0
$longfn(filename)
Returns the long version of a short filename.
Parameters
filename - The filename.
Example
alias Example {
; Get the shortfn of AdiIRC.exe
var %short $shortfn($adiircexe)
; Print the long filename
echo -ag $longfn(%short)
}
Updated by Per Amundsen over 10 years ago · 4 revisions