@@ -166,10 +166,17 @@ * The meaning of the version specific attributes depends on the attribute * compatibility part of the version that made the entry. */ @property (readonly) uint32_t versionSpecificAttributes; +/*! + * The general purpose bit flag of the entry. + * + * See the ZIP specification for details. + */ +@property (readonly) uint16_t generalPurposeBitFlag; + /*! * @brief Returns the last modification date of the entry's file. * * @return The last modification date of the entry's file */