zip.*

Type Library
Revision Release 2024.3703
Keywords zip
Platforms Android, iOS, macOS, Windows

Overview

The Zip plugin enables basic zip archive support.

Syntax

local zip = require( "plugin.zip" )

Functions

Events

Project Settings

To use this plugin, add an entry into the plugins table of build.settings. When added, the build server will integrate the plugin during the build phase.

settings =
{
    plugins =
    {
        ["plugin.zip"] =
        {
            publisherId = "com.coronalabs"
        },
    },      
}