• Creates a zip File from a collection of Files.

    Parameters

    • zipFilename: string

      Name to use for zip File

    • files: File[]

      List of files to add to zip File

    • Optional folder: string

      Folder to contain the files

    Returns Promise<File>

    Promise resolving to a zip File