winops_archive_extract
Extract ZIP or TAR archives to a specified target directory, simplifying file decompression and organization on Windows systems.
Instructions
Extract a ZIP or TAR archive to a directory.
Return Format
{"success": bool, "path": str, "target_dir": str}Examples
extract(path="D:\\backups\\data.zip", target_dir="D:\\extracted")Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Archive to extract. | |
| target_dir | Yes | Destination directory. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||