.. highlightlang:: us .. index:: zip_unzip_buffer .. _zip_unzip_buffer: zip_unzip_buffer ================ .. us.tag zip_unzip_buffer NOTREADYENGLISH New500 file-zip :ref:`zip_unzip_buffer` copies a file from the zip file into memory. .. note:: This is an obsolete function. Use :ref:`p7z_unzip_buffer` instead. .. function:: ret = zip_unzip_buffer(ssZipfile, ssFilename) .. us.return **Return Value** *ret* is a string with the contents of *ssFilename* or 0 or an error code. .. us.params **Parameters** .. uparam:: ssZipfile *ssZipfile* is a complete zip file name. .. uparam:: ssFilename *ssFilename* is a file name in the zip archive. .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - 5.0.0 - New .. seealso:: :ref:`file-zip`, :ref:`zip_unzip` :sub:`id-462063`