Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Excerpt
hiddentrue

returns zipListFiles(zipFile) Gets a list of filenames from an archive file

Function: zipListFiles()

Returns a list of file names for a given archive file. Zip files are supported as well as other common archive file types including tar and 7z.

Typically, the archive file will have been fetched via an HTTP action in

...

an Actionflow and the contents of the archive will be provided in the body of that request.

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 such as Manifest.xml, PackageHeader.xml, Released products V2.xml

See Also