|
ObjFW
|
Go to the source code of this file.
Enumerations | |
| enum | OFArchiveEntryFileType { OFArchiveEntryFileTypeRegular = '0', OFArchiveEntryFileTypeLink = '1', OFArchiveEntryFileTypeSymbolicLink = '2', OFArchiveEntryFileTypeCharacterDevice = '3', OFArchiveEntryFileTypeBlockDevice = '4', OFArchiveEntryFileTypeDirectory = '5', OFArchiveEntryFileTypeFIFO = '6', OFArchiveEntryFileTypeContiguousFile = '7', OFArchiveEntryFileTypePAXGlobalExtendedHeader = 'g', OFArchiveEntryFileTypePAXExtendedHeader = 'x', OFArchiveEntryFileTypeUnknown = 0x100 } |
| The file type of an archive entry. More... | |
The file type of an archive entry.
Values between 0 and 0xFF are Tar file types. Types not representable by Tar files therefore use values > 0xFF.
1.8.14