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

File Path – the path of the zip file.

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.

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.

Matching Pattern – unzips all files that match a pattern.
Example: setting the pattern to *.png will unzip only png files.

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

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.