---
title: flags
framework: system
role: symbol
role_heading: Instance Property
path: system/stat/flags-swift.property
---

# flags

File flags

## Declaration

```swift
var flags: FileFlags { get set }
```

## Discussion

Discussion The corresponding C property is st_flags. note: Only available on Darwin, FreeBSD, and OpenBSD.
