Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
11.3
11.4
Statistic
FMM
Blog
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 ]
Created 18th August 2014, last changed 31st August 2017
UnZipFile.ItemExternalFileAttributes - UnZipFile.ItemInternalFileAttributes
Feedback: Report problem or ask question.