@@ -32,11 +32,21 @@ @property (readwrite, nonatomic, copy) OFString *fileName; /*! * The mode of the entry. */ -@property (readwrite, nonatomic) uint32_t mode; +@property (readwrite, nonatomic) uint16_t mode; + +/*! + * The UID of the owner. + */ +@property (readwrite, nonatomic) uint16_t UID; + +/*! + * The GID of the group. + */ +@property (readwrite, nonatomic) uint16_t GID; /*! * The size of the file. */ @property (readwrite, nonatomic) uint64_t size;