revZipOpenArchive | ||||||||||
Type | command | |||||||||
Dictionary | LCS | |||||||||
Library | LiveCode Script | |||||||||
Syntax |
| |||||||||
Summary | Opens a zip archive for processing in LiveCode. | |||||||||
Introduced | 2.7.3 | |||||||||
OS | mac, windows, linux, ios, android | |||||||||
Platforms | desktop, server, mobile | |||||||||
Parameters |
| |||||||||
Example |
| |||||||||
Values |
| |||||||||
Related | Command: revZipAddUncompressedItemWithFile, revZipAddUncompressedItemWithData, revZipDeleteItem, revZipCloseArchive, revZipExtractItemToVariable, revZipAddItemWithData Constant: empty Function: result | |||||||||
Security | disk, network | |||||||||
Description | Use the revZipOpenArchive command to load a zip archive into memory and make it available for processing. This command needs to be issued before trying to get any information from, or make any changes to, an archive. The revZipOpenArchive command should be followed by a matching revZipCloseArchive command, once the archive is no longer needed. Any changes made to an archive will not be written to disk until revZipCloseArchive is called. | |||||||||
Tags | text processing |