Skip to content

Zip

Creates a Zip archive of the specified files.

1
myFiles.Zip(name: string, files: Array<string>):FileInfo

Parameters

string name
    The name of the Zip archive to be created.

Array files
    An array of file IDs to include in the zip archive.

Returns

The created Zip archive file information.

Remarks

The files parameter supports the directory separator and creates the same directory structure in the zip archive if the file ID is specified as, for example, "myfolder/b6f70e95-4793-4aae-8d58-8dd7c08075c7".

See Also