---
title: type
framework: system
role: symbol
role_heading: Instance Property
path: system/filemode/type
---

# type

The file’s type, from the mode’s file-type bits.

## Declaration

```swift
var type: FileType { get set }
```

## Discussion

Discussion Setting this property will mask the newValue with the file-type bit mask S_IFMT.
