winops_archive_list
Lists files inside a ZIP or TAR archive by providing its path, returning the archive contents and item count.
Instructions
List the contents of a ZIP or TAR archive.
Return Format
{"success": bool, "path": str, "items": [str], "count": int}Examples
list(path="D:\\backups\\data.zip")Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to ZIP or TAR archive. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||