revZipOpenArchives
Type
function
Summary
Lists the currently open zip archives.
Syntax
revZipOpenArchives()
Description
Use the revZipOpenArchives function if you need to know the paths of the archives that have been loaded using revZipOpenArchive.
Examples
put revZipOpenArchives() into tArchives
if tArchive is among the lines of revZipOpenArchives() then
beep
end if
Value
Name | Type | Description |
---|---|---|
return | The revZipOpenArchives function returns a list of absolute file paths, one per line, or empty if no archives are open. |
Related
command: revZipCloseArchive
Compatibility and Support
Introduced
LiveCode 2.7.3
OS
mac
windows
linux
ios
android
Platforms
desktop
server
mobile