---
title: always
framework: fskit
role: symbol
role_heading: Type Property
path: fskit/fsvolume/itemdeactivationoptions/always
---

# always

An option to always perform deactivation calls.

## Declaration

```swift
static var always: FSVolume.ItemDeactivationOptions { get }
```

## Discussion

Discussion Use this option if the file system needs deactivateItem calls in circumstances beyond those covered by forRemovedItems and forPreallocatedItems.

## See Also

### Declaring deactivation options

- [forRemovedItems](fskit/fsvolume/itemdeactivationoptions/forremoveditems.md)
- [forPreallocatedItems](fskit/fsvolume/itemdeactivationoptions/forpreallocateditems.md)
