revZipReplaceItemWithFile | |||||||||||||
Type | command | ||||||||||||
Dictionary | LCS | ||||||||||||
Library | LiveCode Script | ||||||||||||
Syntax |
| ||||||||||||
Summary | Replaces the contents of an item in a zip archive with the contents of a file. | ||||||||||||
Introduced | 2.7.3 | ||||||||||||
OS | mac, windows, linux, ios, android | ||||||||||||
Platforms | desktop, server, mobile | ||||||||||||
Parameters |
| ||||||||||||
Example |
| ||||||||||||
Related | Command: revZipOpenArchive, revZipReplaceItemWithData Glossary: command | ||||||||||||
Security | disk, network | ||||||||||||
Description | Use the revZipReplaceItemWithFile command put the contents of a file on disk into one of the items of an open zip archive. The archive must have first been opened with the revZipOpenArchive command. | ||||||||||||
Tags | text processing |