$shortfn » History » Revision 2
Revision 1 (Per Amundsen, 08/09/2015 02:20 AM) → Revision 2/3 (Per Amundsen, 08/12/2015 09:42 AM)
_Added in 1.9.0_ *$shortfn(filename)* Returns the "short version":https://en.wikipedia.org/wiki/8.3_filename of a long filename. *Parameters* filename - The filename. *Example* <pre> ; Print the short filename of AdiIRC.exe //echo echo -ag $shortfn($adiircexe) </pre>