Ø zip() Perform file compression operations Ø zip_add() Add one or more files to a zip file Ø zip_close() Close a zipzip
Description: Perform file compression operations. Syntax: zip(zipfile:encoding,passowrd; path, files) Note: The externalzip, compression, decompression
Description: Add one or more files to a zip file. Syntax: zip_add(zip,files) Note: The external library function (See Exzip, add a file
Description: Close a zip file. Syntax: zip_close(zip) Note: The external library function (See External Library Guide) czip, close
Description: Set compression mode and level for a would-be zip file. Syntax: zip_compress(zip,mode,level) Note: This extzip, compression mode & level
Description: Delete one or more files from a zip file. Syntax: zip_del(zip, files) Note: The external library function (zip,delete
Description: Set encryption mode for a zip file. Syntax: zip_encrypt(zip, mode) Note: The external library function (Seezip, encryption mode
Description: Extract one or more files from a zip file. Syntax: zip_extract(zip, files, path) Note: The external libraryzip, file extraction
Descripition: Open a zip file. Syntax: zip_open(zipfile:encoding,passowrd) Note: The external library function (See Extezip, open