Skip to main content
Version: Next

ZIP Create archive

ZIP Create archive ( fileOrFolder | zipStructure ; destinationFile {; options} ) -> Function result

ParameterTypeDescription
fileOrFolder | zipStructureObject🡒File or Folder object to compress
destinationFileObject🡒Destination file for the archive
optionsLongint🡒If fileOrFolder used: ZIP Without enclosing folder
Function resultObject🡐Status object

Description

Documentation moved

The documentation for this command has been moved. See ZIP Create archive command on developer.4d.com for updated documentation.

The ZIP Create archive command creates a compressed ZIP archive object and returns the status of the operation.

See also

ZIP Read archive