Class IO.Zip

Represents a zip archive

Constructors

Zip(string path)

Methods

entries() returns the number of entries in this zip file
entry(string path) returns the entry at the given path

Constructor Documentation


Zip(string path)

Parameters

Method Documentation


integer entries()

Returns the number of entries in this zip file

Returns


IO.Path entry(string path)

Returns the entry at the given path

Parameters

Returns



Creative Commons Logo This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.