Project

General

Profile

$longfn » History » Revision 3

Revision 2 (Per Amundsen, 08/12/2015 09:42 AM) → Revision 3/4 (Per Amundsen, 08/12/2015 09:42 AM)

_Added in 1.9.0_ 

 *$longfn(filename)* 

 Returns the "long version":https://en.wikipedia.org/wiki/Long_filename of a short filename. 

 *Parameters* 

 filename - The filename. 

 *Example* 

 <pre> 
 alias Example { 
   ; Get the shortfn of AdiIRC.exe 
   var %short $shortfn($adiircexe) 

   ; Print the long filename 
   echo -ag $longfn(%short) vs %short 
 } 
 </pre>