revZipOpenArchives

Typefunction
DictionaryLCS
LibraryLiveCode Script
Syntax
revZipOpenArchives()
Summary

Lists the currently open zip archives.

Introduced2.7.3
OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Example
put revZipOpenArchives() into tArchives
if tArchive is among the lines of revZipOpenArchives() then 
  beep
end if
Values
NameTypeDescription
return

The revZipOpenArchives function returns a list of absolute file paths, one per line, or empty if no archives are open.

RelatedCommand: revZipCloseArchive
Securitydisk, network
Description

Use the revZipOpenArchives function if you need to know the paths of the archives that have been loaded using revZipOpenArchive.

Tagstext processing