---
title: "recognized(name:containerID:)"
framework: fskit
role: symbol
role_heading: Type Method
path: "fskit/fsproberesult/recognized(name:containerid:)"
---

# recognized(name:containerID:)

Creates a probe result for a recognized file system.

## Declaration

```swift
class func recognized(name: String, containerID: FSContainerIdentifier) -> Self
```

## Parameters

- `name`: The resource name, as found during the probe operation. If the file system doesn’t support names, or is awaiting naming, use an empty string.
- `containerID`: The container identifier, as found during the probe operation. If the file system doesn’t support durable identifiers, use a random UUID.

## See Also

### Working with results

- [usable(name:containerID:)](fskit/fsproberesult/usable(name:containerid:).md)
- [usableButLimited(name:containerID:)](fskit/fsproberesult/usablebutlimited(name:containerid:).md)
- [usableButLimited](fskit/fsproberesult/usablebutlimited.md)
- [notRecognized](fskit/fsproberesult/notrecognized.md)
