$archive
Creates a zip from a folder and saves it on the user's hard drive.
$prompt(path, name)
| Parameter | Type | Description |
|---|---|---|
| path | String | The file system path to the folder that should be zipped. |
| name | String | The file name of the zip that's going to be downloaded. |