Archive | String | The location where to create the zip archive (full file name, e.g. "C:/directory/myArchive.zip") on the file system |
Files | List<File> | The list of files that should be included in the archive |
Creates a ZIP archive on the given location, where each of the files in the list are added to the zip archive with the same name as the original file (not taking any directory structure into account).