Livecode Wiki
Advertisement

Lists the currently open zip archives.Syntax:

revZipOpenArchives()

Examples:

put revZipOpenArchives() into tArchives
if tArchive is among the lines of revZipOpenArchives() then 
  beep
end if

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

Advertisement