| Syntax |
$io.zipExtract{zip_file_name} |
| Documentation | Extract a zip file.
zip_file_name, the name of the zip file (see the note about the filename syntax at the end of this document).
Valid values for root_path are:
- 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. file_path can be any path contained to the specified root_path. |
| Examples | |
| Group | Special |
| Minimum required transaction-mode: | UPDATE=IO |
| Required scripting permission of the developer | PERMISSION_FL_BASIC |
| Minimum parameters | 1 |
| Maximum parameters | 4 |