5.37.3 CREATE

The CREATE command creates an archive file and makes it the current archive for this instance of the ZipService. The current archive is the archive upon which subsequent ADD and GET commands operate.

If the specified file path for the new archive already exists, then it will be replaced by the CREATE command.

Syntax:

Command

Keyword

Value

Developer notes

CREATE

FILE

value

Required. File path.

ENCODING

value

Entry encoding.
Default is UTF-8.

 

Example

CREATE FILE(/folder/file.zip)