
Sets the password for a Zip file.
Click the Click for Options link to bring up the Options dialog.

Zip – the ZIpItem that will be password protected.
Password – the password to be applied to the Zip file.
Profit Tiger Systems Help Documentation
Just another WordPress site
Sets the password for a Zip file.
Click the Click for Options link to bring up the Options dialog.
Zip – the ZIpItem that will be password protected.
Password – the password to be applied to the Zip file.
Checks if the Zip File has a password attached.
Click the Click for Options link to bring up the Options dialog.
Zip – the ZipItem that will be checked.
Result – return true if the zip file has a password, false if it does not.
Unzips all files that do not already exist in selected Directory.
Click the Click for Options link to bring up the Options dialog.
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.
Select a Directory by clicking the Open button to the left.
The Directory can also be set using a Variable.
Navigate, select the desired directory and click the OK. button.
Unzips Zip File content that match a pattern.
Click the Click for Options link to bring up the Options dialog.
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.
To select a directory, click the Open button on the left.
Directory can also be set using a Variable.
Navigate, select the desired directory and click the OK button.
Unzips Zip File content to a directory.
Click the Click for Options link to bring up the Options dialog.
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.
To select a directory, click the Open button to the left.
The Directory can also be set using a Variable
Navigate to select the directory and click Ok.
Creates the actual Exe program.
Click the Click for Options link to bring up the Options dialog.
Zip – the ZipItem to be used to create the Exe program.
File – the File path of the newly created Exe program.
To select a File path, click the New button to the left.
The File can also be set using a Variable.
Navigate to the desired directory, type in the File name and click Save.
Creates the actual Zip File.
Click the Click for Options link to bring up the Options dialog.
Zip – the ZipItem that will be used to create the Zip File.
File – the File to be created.
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.
Navgate to the the desired Directory, type in the File name and click the Save button.
Unzips a specific zip file entry.
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.
Checks if a zip entry is a directory.
Entry – the ZipEntryItem to be checked.
Result – returns true if it is a directory, false if it is not.
Returns the name of a ZipEntryItem.
Entry – the ZipEntryItem.
Result – returns the name of the entry item.