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