LogoLogo
HomeLibraryDonateHelpAbout
  • Repository Manager
  • Credits
  • Application Manifests
    • Introduction to manifests
    • Example manifest
    • Essential Information
      • Category
      • Peripherals
      • Flags
      • Platforms
    • Source
      • Format
      • URL
        • Location
      • GitHub Release
        • Repository
        • File
        • Additional Files
      • SourceForge Release
      • itch.io
      • MediaFire
        • Location
    • Treatments
      • Contents
      • Meta
      • Web
      • Archive
  • Pattern Matching
  • Supported Archive Formats
  • Information for app developers
    • FAQ
  • API
    • Introduction
    • Retrieving Information
    • Retrieving Contents
    • Guidelines
  • Server
    • Introduction
    • Repository Index
    • SourceDownloader
Powered by GitBook
LogoLogo

Documentation

  • API v2
  • WSC
  • CLI

Social

  • Twitter
  • Discord
  • GitHub
On this page
  • Available Treatments
  • Example:

Was this helpful?

  1. Application Manifests
  2. Treatments

Archive

Treatments group for dealing with archives files.

PreviousWebNextPattern Matching

Last updated 1 year ago

Was this helpful?

Available Treatments

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

Treatment
Arguments
Description

archive.extract

["path", "to_path"]

Extracts an archive at given "path" to the "to_path".

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/"]
        },
    ],
    ...
}
Supported Archive Formats