zip_unzip_bufferΒΆ

zip_unzip_buffer copies a file from the zip file into memory.

Note

This is an obsolete function. Use p7z_unzip_buffer instead.

ret = zip_unzip_buffer(ssZipfile, ssFilename)

Return Value

ret is a string with the contents of ssFilename or 0 or an error code.

Parameters

ssZipfile

ssZipfile is a complete zip file name.

ssFilename

ssFilename is a file name in the zip archive.

History

Version Description
5.0.0 New

id-462063