Previous topic

zip_list

Next topic

zip_unzip_buffer

This Page

zip_unzipΒΆ

zip_unzip unzips a zip archive.

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