Core
ZIP
ZIP archive helper.
3 public methods
Import
from Xenonix.Core import ZIP
Configuration
Use Config(...) with these keys where the class exposes configuration.
This object does not expose a public Config table.
Public methods
Create
Creates a new ZIP instance.
Create(Path)
Arguments
| Argument |
Default |
Accepted values |
What it does |
Path |
Required |
Any valid value |
File path used for reading or writing. |
Output
Creates a new ZIP object.
Compress
Runs the Compress operation for ZIP.
Compress(Path, Name=None)
Arguments
| Argument |
Default |
Accepted values |
What it does |
Path |
Required |
Any valid value |
File path used for reading or writing. |
Name |
None |
Any valid value |
Display/name identifier. |
Output
Runs the operation. Some methods update the object in place.