winops_archive_add
Add specified files to an existing ZIP archive and return the updated archive path.
Instructions
Add files to an existing ZIP archive.
Return Format
{"success": bool, "path": str, "added": int}Examples
add(path="D:\\backups\\data.zip", source_files=["D:\\new_file.txt"])Notes:
Only ZIP archives are supported for add. Use create for TAR.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Existing ZIP archive path. | |
| source_files | Yes | Files to add to the archive. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||