zip_unzipΒΆ

zip_unzip unzips a zip archive.

Note

This is an obsolete function. Use p7z_unzip instead.

ret = zip_unzip(ssZipFile, ssOutputDir)

Return Value

ret is 0 or an error code.

Parameters

ssZipFile

ssZipfile is the complete file name of the zip file.

ssOutputDir

ssOutputDir is the output directory.

Example

zip_unzip("c:/test.zip", "c:/new_temp")

History

Version Description
5.0.0 New

id-1703137