Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

UnZipFile.OpenContainer

Opens a zip archive stored in a container.

Component Version macOS Windows Linux Server iOS SDK
Compression 3.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes

Deprecated

This function was deprecated. Use Archive.Extract instead.

MBS( "UnZipFile.OpenContainer"; Container )   More

Parameters

Parameter Description Example
Container The container value with the zip archive file inside. $path

Result

Returns OK on success.

Description

Opens a zip archive stored in a container.
The plugin reads the directory so you can use UnZipFile.ItemCount function to learn the number of items.

Deprecated due to missing unicode support. Please use Archive.Extract for new projects.

See also

Blog Entries

This function checks for a license.

Created 18th August 2014, last changed 7th February 2023


UnZipFile.ItemVersionNeeded - UnZipFile.OpenFile