utility_zip_extract
Extract the contents of a ZIP archive to a specified destination folder. Provide the path to the ZIP file and the output directory.
Instructions
Extract a ZIP archive to a destination folder.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| zipPath | Yes | Local path to the ZIP archive file. | |
| outputPath | Yes | Destination directory path where files should be extracted. |