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

# FSMatchResult.recognized

The probe recognizes the resource but can’t use it.

## Declaration

```swift
case recognized
```

## Discussion

Discussion This match result is appropriate when the file system module identifies the resource’s format but can’t use it. For example, if the resource uses a newer version than the module supports, the module can name the resource but can’t safely do anything with it.

## See Also

### Working with match results

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