Get Entry by Name

media_1462889102764.png

Returns a Zip Entry that matches the name supplied.

media_1462889112425.png

Zip – the ZipItem that has the entries to be retrieved.

Name – name of the entry.

Result – returns a ZipEntryItem.

Add Directory

media_1449468545841.png

Add a directory and all of it’s contents to a Zip File.

Click the Click for Options link to bring up the Options dialog.

media_1449468564320.png

ZipZipItem the directory will be added.
Directory – the directory to be added.
Recursve – true will add child directories, false will only add immediate contents.

Result – returns true if successfully added, false if not.

media_1449515820893.png

To select a Directory, click the Open button to the left.

The Directory can also be set by using a Variable.

media_1449468592065.png

Navigate and select the desired directory.

media_1449468601724.png

Add File

media_1449467682861.png

Add File that will be added to a ZipItem.

Click the Click for Options link to bring up the Options dialog.

media_1449467701617.png

Zip – the ZipItem that the file will be added.
File – the existing file that will be added to the ZipItem.

Result – a true will be return if the file was successful, a false when unsucessful.

media_1449994902189.png

To pick a file from a folder, click the Open button on the left.

The File can also be set by using a Variable.

media_1449467731307.png

Navigate to the desired file, select and click Open.

media_1449467764308.png

Close Zip

media_1449467635571.png

Closes a opened Zip File.

Click the Click for Options link to bring up the Options dialog.

media_1449467649111.png

Zip – the ZipItem that will be closed.

Loop Through Files

media_1449467552282-1.png

Loop through Files allows you to to access each file within a Zip File.

Activities can be added to the Loop Actions for further access to each Zip Entry.

The current Zip Entry will be set to a local variable called CurrentItem.

To cancel the loop, set the local variable IsCancelled to true.

Click the Click for Options link to bring up the Options dialog.

media_1449467567953-1.png

Zip – the ZipItem that will have the Zip Entries to be looped through.

Open Zip File

media_1462887825158.png

Opens an existing zip file and returns a Zip Item.

media_1462887835186.png

File – the path to the zip file.

Password – the password of the existing zip file. Leave empty if zip file is not password protected.

Result – returns a ZipFile.

New Zip Exe File

media_1449467415494.png

Creates a new Zip Exe File.

Click for Options to bring up the Options Dialog.

media_1449467485352.png

Title – Title of the main interface dialog.
Caption – Unzipping caption of the main interface dialog.
Icon – Icon for the main interface dialog.
Interface – True will show interface, false will show no interface.
Progress – True shows progress bar, false shows no progress when unzipping.

Result – Variable that will hold the new ZipItem for further implementation.

media_1449515983727.png

To add a icon file from a folder, click the open button on the left.

media_1449515998065.png

Navigate to the icon file you wish to use, select and click the Open button.

New Zip File

media_1449454908058.png

Creates a new Zip File.

Click the Click for Options link to bring up the Options dialog.

media_1449455020257.png

Result – Output of the activity that sets the new ZipItem to a Variable by clicking button on the right..