revZipCloseArchive |
Type | command |
Dictionary | LCS |
Library | LiveCode Script |
Syntax | revZipCloseArchive <archivePath>
|
Summary | Closes a zip archive
|
Introduced | 2.7.3 |
OS | mac, windows, linux, ios, android |
Platforms | desktop, server, mobile |
Parameters | Name | Type | Description |
---|
archivePath | | The absolute path to the zip archive to close.
*Note:* Any changes you make to an open zip archive will not be
applied until you close the archive using this command.
|
|
Example | revZipCloseArchive tArchive
revZipCloseArchive the cArchive of me
|
Values | Name | Type | Description |
---|
The result | | If revZipCloseArchive encounters an error, the result is set to an
error code beginning with "ziperr", otherwise the result will be empty.
|
|
Related | Command: revZipOpenArchive
Function: revZipOpenArchives
|
Security | disk, network |
Description | Use the revZipCloseArchive command when you have finished processing a
zip archive, to remove it from memory and update the file on the disk.
Note: Any changes you make to an open zip archive will not be applied
until you close the archive using this command.
|
Tags | text processing |