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 6 Next »

Overview

Creates a Zip archive of specified files.

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

Creates a zip file that contains the specified files

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

Arguments

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

Returns

Created Zip archive file info.
  • No labels