extract_zip
Extracts files from a ZIP archive to a specified directory, supporting password-protected archives.
Instructions
Extract a ZIP archive.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| zip_path | Yes | Path to ZIP file | |
| extract_to | No | Directory to extract to (default: current directory) | . |
| password | No | Optional password for encrypted ZIP |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |