---
title: FSMatchResult.usableButLimited
framework: fskit
role: symbol
role_heading: Case
path: fskit/fsmatchresult/usablebutlimited
---

# FSMatchResult.usableButLimited

The probe recognizes the resource and is ready to use it, but only in a limited capacity.

## Declaration

```swift
case usableButLimited
```

## Discussion

Discussion This match result is appropriate when the file system module identifies the resource’s format but also identifies incompatibilities. For example, if the module determines the resource uses new features that the module doesn’t support, the module may only offer read-only access.

## See Also

### Working with match results

- [FSMatchResult.usable](fskit/fsmatchresult/usable.md)
- [FSMatchResult.recognized](fskit/fsmatchresult/recognized.md)
- [FSMatchResult.notRecognized](fskit/fsmatchresult/notrecognized.md)
