zip_unzip unzips a zip archive.
Return Value
ret is 0 or an error code.
Parameters
ssZipfile is the complete file name of the zip file.
ssOutputDir is the output directory.
Example
zip_unzip("c:/test.zip", "c:/new_temp")
History
| Version | Description |
|---|---|
| 5.0.0 | New |
id-1703137