Files.Zip
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.
Copyright © 2010 - 2023 Emakin. All rights reserved.