Project

General

Profile

$longfn » History » Revision 2

Revision 1 (Per Amundsen, 08/09/2015 02:19 AM) → Revision 2/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) 
 } 
 </pre>