
Returns a Zip Entry that matches the name supplied.

Zip – the ZipItem that has the entries to be retrieved.
Name – name of the entry.
Result – returns a ZipEntryItem.
Profit Tiger Systems Help Documentation
Just another WordPress site
Returns a Zip Entry that matches the name supplied.
Zip – the ZipItem that has the entries to be retrieved.
Name – name of the entry.
Result – returns a ZipEntryItem.
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.
Zip – ZipItem 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.
To select a Directory, click the Open button to the left.
The Directory can also be set by using a Variable.
Navigate and select the desired directory.
Add File that will be added to a ZipItem.
Click the Click for Options link to bring up the Options dialog.
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.
To pick a file from a folder, click the Open button on the left.
The File can also be set by using a Variable.
Navigate to the desired file, select and click Open.
Closes a opened Zip File.
Click the Click for Options link to bring up the Options dialog.
Zip – the ZipItem that will be closed.
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.
Zip – the ZipItem that will have the Zip Entries to be looped through.
Opens an existing zip file and returns a Zip Item.
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.
Creates a new Zip Exe File.
Click for Options to bring up the Options Dialog.
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.
To add a icon file from a folder, click the open button on the left.
Navigate to the icon file you wish to use, select and click the Open button.
Creates a new Zip File.
Click the Click for Options link to bring up the Options dialog.
Result – Output of the activity that sets the new ZipItem to a Variable by clicking button on the right..