Added in 1.9.0

$longfn(filename)

Returns the long version of a short filename.

Parameters

filename - The filename.

Example

; Get the shortfn of AdiIRC.exe
var %short $shortfn($adiircexe)

; Print the long filename
echo -ag $longfn(%short)