$adiircdir » History » Version 5
Per Amundsen, 07/28/2018 08:06 AM
1 | 1 | Per Amundsen | _Added in 1.9.0_ |
---|---|---|---|
2 | 2 | Per Amundsen | |
3 | *$adiircdir* |
||
4 | 1 | Per Amundsen | |
5 | Returns the directory where AdiIRC stores its settings, themes, scripts and so on. |
||
6 | 3 | Per Amundsen | |
7 | 5 | Per Amundsen | _Can be used inside text without being surrounded by white spaces._ |
8 | 4 | Per Amundsen | |
9 | *Example* |
||
10 | |||
11 | <pre> |
||
12 | ; Print the scripts folder, no space after $adiircdir is needed. |
||
13 | echo -ag $adiircdir\Scripts |
||
14 | </pre> |