Discuss this help topic in SecureBlackbox Forum
Check file attributes in the ZIP archive
To get properties of the file in archive you can use an instance of TElZipArchiveDirectoryEntry class. For example, you can use Attributes property for DOS attributes or UnixAttributes property for Unix attributes. Other properties of this class will give you the status of the file in the archive (whether it is encrypted, signed etc).