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

# type

File type for the given mode

## Declaration

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

## Discussion

Discussion note: This property is equivalent to mode.type. Modifying this property will update the underlying st_mode accordingly.
