validate_zip_for_windows
Checks ZIP files for Windows compatibility, flagging forbidden characters and Unicode naming issues to prevent extraction errors.
Instructions
Validate if a ZIP file is Windows-compatible.
Args: zip_path: Path to the ZIP file to validate working_dir: Base directory for relative path
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| zip_path | Yes | ||
| working_dir | No |