$mp3dir » History » Version 2
Per Amundsen, 12/19/2018 03:50 AM
| 1 | 1 | Per Amundsen | _Added in 3.3_ |
|---|---|---|---|
| 2 | |||
| 3 | *$mp3dir* |
||
| 4 | |||
| 5 | Returns the directory where AdiIRC stores mp3 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 [[$mididir]], [[$wavedir]], [[$sound]], [[$mp3]], [[/splay]]._ |
||
| 10 | |||
| 11 | *Example* |
||
| 12 | |||
| 13 | <pre> |
||
| 14 | 2 | Per Amundsen | ; Print the mp3 folder, no space after $mp3dir is needed. |
| 15 | 1 | Per Amundsen | echo -ag $mp3dir\file,mp3 |
| 16 | </pre> |