Archive

Treatments group for dealing with archives files.

Available Treatments

These are the treatments currently provided by the "Archive" treatment group:

The archive format must be supported by Repository Manager, and have the correct file extension for the format.

For list of supported archive formats:

Example:

{
    ...
    "treatments": [
        {
            "treatment": "archive.extract",
            "arguments": ["default-images.zip", "apps/wiigallery/images/"]
        },
    ],
    ...
}

Last updated