unzip

Plugin

ArgDescriptionType
filenameFile to unzip.OSPath (required)
accessorThe accessor to usestring
filename_filterOnly extract members matching this regex filter.string
output_directoryWhere to unzip tostring (required)
typeThe type of file (default autodetected from file extension - zip or tgz or tar.gz).string

Required Permissions: FILESYSTEM_WRITE FILESYSTEM_READ

Description

Unzips a file into a directory.

This plugin supports a number of compression formats:

  1. Zip files
  2. Tar gz files.

The type of the file will be detected by the file extension, or else you can force a type using the type parameter (tgz or zip).