---
title: door
framework: applearchive
role: symbol
role_heading: Type Property
path: applearchive/archiveheader/entrytype-swift.struct/door
---

# door

A constant that indicates the entry is a door.

## Declaration

```swift
static let door: ArchiveHeader.EntryType
```

## See Also

### Entry Types

- [blockSpecial](applearchive/archiveheader/entrytype-swift.struct/blockspecial.md)
- [characterSpecial](applearchive/archiveheader/entrytype-swift.struct/characterspecial.md)
- [directory](applearchive/archiveheader/entrytype-swift.struct/directory.md)
- [fifo](applearchive/archiveheader/entrytype-swift.struct/fifo.md)
- [link](applearchive/archiveheader/entrytype-swift.struct/link.md)
- [metadata](applearchive/archiveheader/entrytype-swift.struct/metadata.md)
- [port](applearchive/archiveheader/entrytype-swift.struct/port.md)
- [regularFile](applearchive/archiveheader/entrytype-swift.struct/regularfile.md)
- [socket](applearchive/archiveheader/entrytype-swift.struct/socket.md)
- [whiteout](applearchive/archiveheader/entrytype-swift.struct/whiteout.md)
