On this Page

    _file.unzip

    (As of 3.1.002.06)

    Extract files from a zip archive.

    Syntax

    _file.unzip(zipPath, destPath[, overwrite])

    Parameters

    zipPath is the name of a zip file to be read.

    destPath is the path where to put extracted files.

    overwrite is a Boolean flag indicating whether to overwrite the destination file or not in case of conflict. Default is false. If set to false and there is a conflict, then the function fails.

    Returned Value

    Boolean value represents the success of the operation.

    See Also

    _file.zip