Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »


Function: zipListFiles()

Returns a list of file names for a given archive file.

As well as zip files other common archive files are supported include tar and 7z.

Typically the archive file will have been fetch via an http action and the contents will be the body that was returned.

Syntax

zipListFiles(zipFile)

ArgumentTypeDescription
zipFileStringThe contents of the archive file

Examples


zipListFiles(in.body)

where in.body is the archive body. Returns a list of filenames (Manifest.xml,PackageHeader.xml,Released products V2.xm)


See Also

  • No labels