.. highlightlang:: us .. index:: zip_unzip .. _zip_unzip: zip_unzip ========= .. us.tag zip_unzip NOTREADYENGLISH New500 file-zip :ref:`zip_unzip` unzips a zip archive. .. note:: This is an obsolete function. Use :ref:`p7z_unzip` instead. .. function:: ret = zip_unzip(ssZipFile, ssOutputDir) .. us.return **Return Value** *ret* is 0 or an error code. .. us.params **Parameters** .. uparam:: ssZipFile *ssZipfile* is the complete file name of the zip file. .. uparam:: ssOutputDir *ssOutputDir* is the output directory. .. us.example **Example** :: zip_unzip("c:/test.zip", "c:/new_temp") .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - 5.0.0 - New .. seealso:: :ref:`file-zip`, :ref:`zip_unzip_buffer`, :ref:`zip_list`, :ref:`zip_zip` :sub:`id-1703137`