Expand/Shrink

UnzipClose

Definition: include builtins\LiteZip.e

UnzipClose(atom hzip)
Description: Closes the archive. Terminates in error on failure.

hzip: the result of a successful call to UnzipOpenFile().
pwa/p2js: Not supported
Example:
include builtins\LiteZip.e

atom hzip = UnzipOpenFile("phix.0.7.7.1.zip")
...
UnzipClose(hzip)
See Also: UnzipOpenFile