---
title: fifo
framework: system
role: symbol
role_heading: Type Property
path: system/filetype/fifo
---

# fifo

FIFO (or named pipe)

## Declaration

```swift
static var fifo: FileType { get }
```

## Discussion

Discussion The corresponding C constant is S_IFIFO.
