$wavedir » History » Version 1
Per Amundsen, 12/19/2018 03:51 AM
| 1 | 1 | Per Amundsen | _Added in 3.3_ |
|---|---|---|---|
| 2 | |||
| 3 | *$wavedir* |
||
| 4 | |||
| 5 | Returns the directory where AdiIRC stores wave files set in [[Options Dialog|Options]] -> [[Sounds Options|Sounds]]. |
||
| 6 | |||
| 7 | _Can be used inside text without being surrounded by white spaces._ |
||
| 8 | |||
| 9 | _See also [[$mp3dir]], [[$mididir]], [[$sound]], [[$mp3]], [[/splay]]._ |
||
| 10 | |||
| 11 | *Example* |
||
| 12 | |||
| 13 | <pre> |
||
| 14 | ; Print the wave folder, no space after $wavedir is needed. |
||
| 15 | echo -ag $wavedir\file,wav |
||
| 16 | </pre> |