unzip_file
Extracts the contents of a zip file.
Syntax
unzip_file( path, dest )
Arguments
| Argument | Description | 
|---|---|
| path | (string) The path and filename of the file to unzip. | 
| dest | (string) The destination path where files are extracted. | 
Returns
(Boolean). Returns a Boolean indicating success or failure.