Project

General

Profile

On UNZIP » History » Version 3

Per Amundsen, 01/17/2019 08:36 PM

1 1 Per Amundsen
_Added in 2.9_
2
3 3 Per Amundsen
*<notextile>on <level>:UNZIP:<name>:<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 3 Per Amundsen
on *:UNZIP:*:echo -ag unzipped $zip($zip).src into $zip($zip).dest status: $iif($ziperr,fail,ok)
18 1 Per Amundsen
</pre>