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