Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

Overview

Creates a Zip archive of specified files.

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

Arguments

string name
Name of Zip archive to be created.
Array<string> files
Array of file ids to include in zip archive.

Returns

Created Zip archive file info.
  • No labels