.. highlight:: us .. index:: ipz_check .. _ipz_check: ipz_check ========= .. us.tag ipz_check ProgMisc :ref:`ipz_check` validates the internal structure of an IPZ file. .. function:: bOK = ipz_check(ssFilename) .. us.return **Return Value** *``bOK``* is ``TRUE (1)`` if the file is valid, otherwise ``FALSE (0)``. .. us.params **Parameters** .. uparam:: ssFilename *ssFilename* is the name of an IPZ file. .. seealso:: :ref:`overview-programming`, :ref:`ipz_dump` :sub:`id-1311127`