Information about a file inside archive.
More...
#include <quazipfileinfo.h>
|
QString | name |
| File name.
|
quint16 | versionCreated |
| Version created by.
|
quint16 | versionNeeded |
| Version needed to extract.
|
quint16 | flags |
| General purpose flags.
|
quint16 | method |
| Compression method.
|
QDateTime | dateTime |
| Last modification date and time.
|
quint32 | crc |
| CRC.
|
quint32 | compressedSize |
| Compressed file size.
|
quint32 | uncompressedSize |
| Uncompressed file size.
|
quint16 | diskNumberStart |
| Disk number start.
|
quint16 | internalAttr |
| Internal file attributes.
|
quint32 | externalAttr |
| External file attributes.
|
QString | comment |
| Comment.
|
QByteArray | extra |
| Extra field.
|
Information about a file inside archive.
- Deprecated
- Use QuaZipFileInfo64 instead. Not only it supports large files, but also more convenience methods as well.
Call QuaZip::getCurrentFileInfo() or QuaZipFile::getFileInfo() to fill this structure.
◆ getPermissions()
QFile::Permissions QuaZipFileInfo::getPermissions |
( |
| ) |
const |
Get the file permissions.
Returns the high 16 bits of external attributes converted to QFile::Permissions.
References externalAttr.
The documentation for this struct was generated from the following files: