Inherits ScriptObject.
Static Public Member Functions | |
static | unzipTo (String src, String dest) |
static | zipTo (String src, String dest) |
ZIP file.
Security: Requires security level 0.
Zips the specified folder content to the specified file.
src | The path of the source folder. |
dest | The path of the ZIP file. |