revZipAddUncompressedItemWithFile | |||||||||||||
Type | command | ||||||||||||
Dictionary | LCS | ||||||||||||
Library | LiveCode Script | ||||||||||||
Syntax |
| ||||||||||||
Summary | Adds a file to an open zip archive without compressing the data. | ||||||||||||
Introduced | 2.8.1 | ||||||||||||
OS | mac, windows, linux, ios, android | ||||||||||||
Platforms | desktop, server, mobile | ||||||||||||
Parameters |
| ||||||||||||
Example |
| ||||||||||||
Related | Command: revZipAddUncompressedItemWithData, revZipOpenArchive, revZipAddItemWithFile, revZipAddItemWithData | ||||||||||||
Security | disk, network | ||||||||||||
Description | Use the revZipAddUncompressedItemWithFile command to place a file from disk into a currently open zip archive with compressing it. The archive must have first been opened with revZipOpenArchive. Adding a file to an archive using revZipAddUncompressedItemWithFile is generally faster than using revZipAddItemWithFile. |