On UNZIP » History » Version 2
Per Amundsen, 06/28/2017 11:34 PM
1 | 1 | Per Amundsen | _Added in 2.9_ |
---|---|---|---|
2 | |||
3 | 2 | Per Amundsen | *<notextile>on <level>:UNZIP:<commands></notextile>* |
4 | 1 | Per Amundsen | |
5 | Trigger when a [[/zip]] -u operation is finished. |
||
6 | |||
7 | _See also [[on ZIP]], [[/zip]], [[$zip]], [[$ziperr]]._ |
||
8 | |||
9 | *Parameters* |
||
10 | |||
11 | <level> - The [[User Access Level]] for the event to trigger. |
||
12 | <commands> - The commands to be performed when the event listener's criteria is met. |
||
13 | |||
14 | *Example* |
||
15 | |||
16 | <pre> |
||
17 | on *:UNZIP:echo -ag unzipped $zip($zip).src into $zip($zip).dest status: $iif($ziperr,fail,ok) |
||
18 | </pre> |