$shortfn » History » Version 1
Per Amundsen, 08/09/2015 02:20 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 | echo -ag $shortfn($adiircexe) |
||
| 16 | </pre> |