Versions Compared

Key

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


Excerpt
hiddentrue

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

Function: zipListFiles()

Returns a list of file names for a given archive file.As  Zip files are supported as well as zip files other common archive files are supported include 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 )

...

zipListFiles(in.body)

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

See Also