revZipCloseArchive

Typecommand
DictionaryLCS
LibraryLiveCode Script
Syntax
revZipCloseArchive <archivePath>
Summary

Closes a zip archive

Introduced2.7.3
OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Parameters
NameTypeDescription
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
NameTypeDescription
The result

If revZipCloseArchive encounters an error, the result is set to an error code beginning with "ziperr", otherwise the result will be empty.

RelatedCommand: revZipOpenArchive
Function: revZipOpenArchives
Securitydisk, 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.

Tagstext processing