Project

General

Profile

$shortfn » History » Version 2

Per Amundsen, 08/12/2015 09:42 AM

1 1 Per Amundsen
_Added in 1.9.0_
2
3
*$shortfn(filename)*
4
5
Returns the "short version":https://en.wikipedia.org/wiki/8.3_filename of a long filename.
6
7
*Parameters*
8
9
filename - The filename.
10
11
*Example*
12
13
<pre>
14
; Print the short filename of AdiIRC.exe
15 2 Per Amundsen
//echo -ag $shortfn($adiircexe)
16 1 Per Amundsen
</pre>