---
title: none
framework: foundation
role: symbol
role_heading: Type Property
path: foundation/urlfileprotection/none
---

# none

An option that indicates the file has no special protections associated with it.

## Declaration

```swift
static let none: URLFileProtection
```

## Discussion

Discussion A file with this type of protection can be read from or written to at any time.

## See Also

### Protection levels

- [complete](foundation/urlfileprotection/complete.md)
- [completeUnlessOpen](foundation/urlfileprotection/completeunlessopen.md)
- [completeUntilFirstUserAuthentication](foundation/urlfileprotection/completeuntilfirstuserauthentication.md)
- [completeWhenUserInactive](foundation/urlfileprotection/completewhenuserinactive.md)
