winops_archive_create
Create ZIP or TAR archives from specified files or directories, outputting a compressed archive to a target path. Supports ZIP, TAR, and GZIP TAR formats.
Instructions
Create a new ZIP or TAR archive from a list of files/directories.
Return Format
{"success": bool, "path": str, "archive_type": str, "file_count": int}Examples
create(path="D:\\backups\\logs.zip", source_files=["C:\\Logs\\app.log"])Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Output archive path. | |
| archive_type | No | Archive format. | zip |
| source_files | Yes | Files or directories to include. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||