Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Queries the flags for this item.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Compression | 3.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
Parameter | Description | Example |
---|---|---|
Index | Index of the item from 0 to UnZipFile.ItemCount-1. | $index |
Returns number or error.
Flag Value | Encryption | Compression Level |
0 | no | 6 |
1 | yes | 6 |
2 | no | 9 |
3 | yes | 9 |
4 | no | 2 |
5 | yes | 2 |
6 | no | 1 |
7 | yes | 1 |
Check compressed state:
Set Variable [$compressed; Value: MBS( "Math.BitwiseAND"; MBS( "UnZipFile.ItemFlag"; Index ); 1 ) = 1 ]
This function checks for a license.
Created 18th August 2014, last changed 31st August 2017
UnZipFile.ItemExternalFileAttributes - UnZipFile.ItemInternalFileAttributes