Set UnZip Password

media_1449515730113.png

Sets the password for a Zip file.

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

media_1449515743555.png

Zip – the ZIpItem that will be password protected.
Password – the password to be applied to the Zip file.

Check for Password

media_1449513358646.png

Checks if the Zip File has a password attached.

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

media_1449513369353.png

Zip – the ZipItem that will be checked.

Result – return true if the zip file has a password, false if it does not.

UnZip New Files

media_1449512250929.png

Unzips all files that do not already exist in selected Directory.

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

media_1449513274886.png

Zip – the ZipItem that will be unzipped.
Directory – the directory the contents of the Zip File will be unzipped.

Result – true if successful, false if unsuccessful.

media_1449515873981.png

Select a Directory by clicking the Open button to the left.

The Directory can also be set using a Variable.

media_1449513289088.png

Navigate, select the desired directory and click the OK. button.

UnZip Matching Pattern

media_1449512137977.png

Unzips Zip File content that match a pattern.

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

media_1449512151569.png

Zip – the ZipItem to be used.
Directory – the directory the contents will be unzipped too.
Pattern – a pattern to be used to compare which files will be unzipped. Example *.png will unzip only files that end with png extensions.
Replace Existing – existing files with the same name will be replaced if set to true, skipped if false.

Result – will be true if successful, false if unsuccessful.

media_1449515856510.png

To select a directory, click the Open button on the left.

Directory can also be set using a Variable.

media_1449512162112.png

Navigate, select the desired directory and click the OK button.

UnZip File

media_1449512014828.png

Unzips Zip File content to a directory.

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

media_1449512036568.png

Zip – the ZipItem that will be used for unzipping.
Directory – the directory that the ZipItem will be unzipped too.
Replace Existing – existing files with the same name will be replaced if set to true, not replaced if set to false.

Result – return a true if successful and false if not.

media_1449515917794.png

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

The Directory can also be set using a Variable

media_1449512052688.png

Navigate to select the directory and click Ok.

Create Exe Zip File

media_1449471991750.png

Creates the actual Exe program.

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

media_1449472008184.png

Zip – the ZipItem to be used to create the Exe program.
File – the File path of the newly created Exe program.

media_1449516067133.png

To select a File path, click the New button to the left.

The File can also be set using a Variable.

media_1449472021534.png

Navigate to the desired directory, type in the File name and click Save.

Create Zip File

media_1449472776030.png

Creates the actual Zip File.

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

media_1449472796037.png

Zip – the ZipItem that will be used to create the Zip File.
File – the File to be created.

media_1449516448002.png

To set the File path to be created, click the New button to the left.

The File can also be set by using a Variable.

media_1449472867536.png

Navgate to the the desired Directory, type in the File name and click the Save button.

Extract Entry

media_1462890110667.png

Unzips a specific zip file entry.

media_1462890119894.png

Entry – the zip file entry to be unzipped.

Directory – the directory path the entry will be unzipped too.

Result – returns true if the entry was unzipped successfully, false if it was not.

Directory Check

media_1462889662933.png

Checks if a zip entry is a directory.

media_1462889648209.png

Entry – the ZipEntryItem to be checked.

Result – returns true if it is a directory, false if it is not.

Get Entry Name

media_1462889238350.png

Returns the name of a ZipEntryItem.

media_1462889249483.png

Entry – the ZipEntryItem.

Result – returns the name of the entry item.