Zip:close() method

Closes the zip archive.

Zip values that are garbage collected (for example when going out of scope) are automatically closed before destruction. In this case, it's not necessary to call the Zip:close() method.

Return value

The function returns no value.