zipCompress

Version 22.0.8473


zipCompress

Version 22.0.8473


Compress files into an archive. (GZIP,JAR, TAR, ZIP)

Required Parameters

  • type: The type of the archive. The allowed values are ‘ZIP, TAR, JAR, GZIP’. The default value is ‘ZIP’.
  • archive: The path to the archive.
  • includefile#: The files to include in the archive.

Optional Parameters

  • manifest: The location of the manifest file. Only valid for JAR archives.

Output Attributes

  • zip:result: If the operation is successful, SUCCESS will be returned.