extract_archive
Extract archive files (ZIP, etc.) into a specified destination folder by providing the archive and destination paths.
Instructions
Extract an archive (ZIP, etc.) into a destination folder. [control]
Args: archive_path: Full path to the archive file dest_folder: Destination folder path
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dest_folder | Yes | ||
| archive_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |