revZipAddUncompressedItemWithData | |||||||||||||
Type | command | ||||||||||||
Dictionary | LCS | ||||||||||||
Library | LiveCode Script | ||||||||||||
Syntax |
| ||||||||||||
Summary | Adds an item to a zip archive and puts the specified data into it without compressing the data. | ||||||||||||
Introduced | 2.8.1 | ||||||||||||
OS | mac, windows, linux, ios, android | ||||||||||||
Platforms | desktop, server, mobile | ||||||||||||
Parameters |
| ||||||||||||
Example |
| ||||||||||||
Related | Command: revZipAddUncompressedItemWithFile, revZipOpenArchive, revZipAddItemWithData Glossary: command | ||||||||||||
Security | disk, network | ||||||||||||
Description | Use the revZipAddUncompressedItemWithData command to put data from a LiveCode variable into a file in a zip archive without compressing the data. The archive must have first been opened with revZipOpenArchive. This command is useful if data is being placed into an archive simply to package it up neatly, rather than to reduce the size of the data. Using revZipAddUncompressedItemWithData to add items to archives is generally faster than using the revZipAddItemWithData command, which compresses the data. |