Core

ZIP

ZIP archive helper.

3 public methods

Import

from Xenonix.Core import ZIP

Search this API

Filter methods, arguments, and configuration keys on this page.

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.

Extract

Runs the Extract operation for ZIP.

Extract(Name=None, Path=None)

Arguments

Argument Default Accepted values What it does
Name None Any valid value Display/name identifier.
Path None Any valid value File path used for reading or writing.

Output

Runs the operation. Some methods update the object in place.