Unzip Matching Pattern Builder

The Unzip Matching Pattern unzips all contents of an existing zip file that match a pattern.

media_1481894814468.png

File Path – the path of the zip file.

media_1481894830510.png

Choose Yes if the zip file will contain a password.

Password – the variable that will contain the password.

Note: the password variable will need to be set prior to this point in the script.

media_1481894838350.png

Unzip Directory – the variable that will contain the path to where the contents will be saved.

Note: the variable will need to be set prior to this point in the script.

media_1481894855939.png

Matching Pattern – unzips all files that match a pattern.

Example: setting the pattern to *.png will unzip only png files.

media_1481894863626.png

Choose Yes to replace any files that may exist in the save directory.

Created Script

media_1481894877464.png

Open Zip File – opens an existing zip file.

Unzip Matching Pattern – unzips the contents that match a pattern to a directory.

Close Zip – closes the open zip file.