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

# mode

File mode

## Declaration

```swift
var mode: FileMode { get set }
```

## Discussion

Discussion The corresponding C property is st_mode.
