.. highlightlang:: us .. index:: p7z_libversion .. _p7z_libversion: p7z_libversion =============== .. us.tag p7z_libversion NOTREADYENGLISH file-zip New5800 :ref:`p7z_libversion` returns the lib version string. .. function:: ssLibVersion = p7z_libversion() .. us.return **Return Value** *ssLibVersion* is the lib version string. .. us.comment **Comment** The function uses the "7-Zip Command Line Version". The program (``7za.exe``), the license and the documentation (``7-zip.chm``) can be found in ``\program\7zip`` folder. See also: http://en.wikipedia.org/wiki/7-Zip und http://www.7-zip.org/. .. us.example **Example** :: * p7z_libversion() 7-Zip (a) [32] 16.02 : Copyright (c) 1999-2016 Igor Pavlov : 2016-05-21 .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - R2016.1 - New. .. seealso:: :ref:`file-zip`, :ref:`p7z_zip`, :ref:`p7z_unzip`, :ref:`p7z_unzip_buffer`, :ref:`p7z_list` :sub:`id-944511`