Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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.