zip_extract
Extract a ZIP archive to a destination folder, automatically creating the output directory if it doesn't exist.
Instructions
Extract a ZIP archive to a destination folder using PowerShell Expand-Archive. Use this tool to unzip archives. The destination folder is created automatically if it doesn't exist.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| archive | Yes | Path to the .zip file to extract. Example: "D:\downloads\backup.zip" | |
| destination | Yes | Output folder. Example: "D:\Projects\myapp" |