On ZIP » History » Version 1
Per Amundsen, 06/28/2017 11:18 PM
1 | 1 | Per Amundsen | _Added in 2.9_ |
---|---|---|---|
2 | |||
3 | *<notextile>on <level>:ZIP:<commands></notextile>* |
||
4 | |||
5 | Trigger when a [[/zip]] operation is started. |
||
6 | |||
7 | _See also [[on UNZIP]], [[/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 *:ZIP:echo -ag zipping $zip($zip).src into $zip($zip).dest status: $iif($ziperr,fail,ok) |
||
18 | </pre> |