---
title: dataVault
framework: system
role: symbol
role_heading: Type Property
path: system/fileflags/datavault
---

# dataVault

File requires an entitlement for reading and writing.

## Declaration

```swift
static var dataVault: FileFlags { get }
```

## Discussion

Discussion The corresponding C constant is UF_DATAVAULT. note: This flag may be changed by the file owner or superuser.
