<!--
{
  "availability" : [
    "iOS: 14.0.0 -",
    "iPadOS: 14.0.0 -",
    "macCatalyst: -",
    "macOS: 11.0.0 -",
    "tvOS: 14.0.0 -",
    "visionOS: -",
    "watchOS: 7.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppleArchive",
  "identifier" : "/documentation/AppleArchive/ArchiveHeader/EntryAttributes",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Apple Archive",
      "AppleArchive"
    ],
    "preciseIdentifier" : "s:12AppleArchive0B6HeaderC15EntryAttributesC"
  },
  "title" : "ArchiveHeader.EntryAttributes"
}
-->

# ArchiveHeader.EntryAttributes

An object that describes archive entry attributes.

```
class EntryAttributes
```

## Topics

### Instance Properties

[`var btm: timespec?`](/documentation/AppleArchive/ArchiveHeader/EntryAttributes/btm)

A time specification value that represents the backup time of the entry.

[`var ctm: timespec?`](/documentation/AppleArchive/ArchiveHeader/EntryAttributes/ctm)

A time specification value that represents the creation time of the entry.

[`var flg: UInt32?`](/documentation/AppleArchive/ArchiveHeader/EntryAttributes/flg)

An unsigned integer that represents the BSD flags of the entry.

[`var gid: UInt32?`](/documentation/AppleArchive/ArchiveHeader/EntryAttributes/gid)

An unsigned integer that represents the group ID of the entry.

[`var mod: UInt32?`](/documentation/AppleArchive/ArchiveHeader/EntryAttributes/mod)

An unsigned integer that represents the file modes of the entry.

[`var mtm: timespec?`](/documentation/AppleArchive/ArchiveHeader/EntryAttributes/mtm)

A time specification value that represents the modification time of the entry.

[`var uid: UInt32?`](/documentation/AppleArchive/ArchiveHeader/EntryAttributes/uid)

An unsigned integer that represents the user ID of the entry.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)