revZipDeleteItem

Typecommand
DictionaryLCS
LibraryLiveCode Script
Syntax
revZipDeleteItem <archivePath>, <itemName>
Summary

Deletes an item from 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 remove an item from.

itemName

The name of the item in the archive to remove. If revZipDeleteItem encounters an error then the result will be set to an error code beginning with "ziperr", otherwise the result will be empty

Example
revZipDeleteItem tArchive, "myZippedItem"
RelatedCommand: revZipOpenArchive, revZipRenameItem
Function: revZipDescribeItem, revZipEnumerateItems
Securitydisk, network
Description

Use the revZipDeleteItem command to remove one of the items from an open zip archive. The archive must first have been opened using the revZipOpenArchive command.

Tagstext processing