$io.zipExtract

Extract a zip file.
Syntax
    $io{zipExtract}{zip_file_name}
    $io.zipExtract{zip_file_name}
DocumentationExtract a zip file.

    Parameters:
      zipExtract, a flag to indicate that the specified zip file is to be exctracted.
      zip_file_name, the name of the zip file (see the note about the filename syntax at the end of this document).
    NOTE:
      The syntax of filenames is: root_path://file_path .
      Valid values for root_path are:
        - log, sets the root_path to be the SITEFORUM log directory (Read-Only).
        - private, sets the root_path to be the SITEFORUM static directory.
        - protected, sets the root_path to be the static directory of the current account.
        - public, sets the root_path to be the servers public www directory.
        - tmp, sets the root_path to be the SITEFORUM tmp directory.
      any of the protocols http, https or ftp for accessing files out of the SITEFORUM servers scope.
      file_path can be any path contained to the specified root_path.
Examples
GroupSpecial
Minimum required transaction-mode:UPDATE=IO
Required scripting permission of the developerPERMISSION_FL_BASIC
Minimum parameters1
Maximum parameters 4