unzipFile
Tries to decompress a .zip file to the target location. For extended functionality add an application like 7zip to cmd.
Syntax
unzipFile(file_source, folder_target, shouldOverwriteFiles)
Returns
returns (string) error if any or an empty string
Parameters
- file_source (string)
- local file path with valid zip file
- folder_target (string)
- local file path to existing folder
- shouldOverwriteFiles (bool)
- use with care!