<!--
{
  "availability" : [
    "macOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "FSKit",
  "identifier" : "/documentation/FSKit/FSLookupItemResult",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "FSKit"
    ],
    "preciseIdentifier" : "c:objc(cs)FSLookupItemResult"
  },
  "title" : "FSLookupItemResult"
}
-->

# FSLookupItemResult

The result of an item lookup call.

```
class FSLookupItemResult
```

## Overview

Use this type in your implementation of [`lookupItem(named:in:context:replyHandler:)`](/documentation/FSKit/FSVolume/Handler/lookupItem(named:in:context:replyHandler:)).

## Topics

### Creating a lookup item result

[`init?(foundItem: FSItem, itemName: FSFileName, itemAttributes: FSItem.Attributes)`](/documentation/FSKit/FSLookupItemResult/init(foundItem:itemName:itemAttributes:))

Creates a result for an item-lookup operation.

[`class FSItem`](/documentation/FSKit/FSItem)

A distinct object in a file hierarchy, such as a file, directory, symlink, socket, and more.

[`class FSFileName`](/documentation/FSKit/FSFileName)

The name of a file, expressed as a data buffer.

[`class Attributes`](/documentation/FSKit/FSItem/Attributes)

Attributes of an item, such as size, creation and modification times, and user and group identifiers.

## Relationships

### Inherits From

[`FSVolumeHandlerResult`](/documentation/FSKit/FSVolumeHandlerResult)

### Conforms To

[`Equatable`](/documentation/Swift/Equatable)

[`CVarArg`](/documentation/Swift/CVarArg)

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

[`CustomDebugStringConvertible`](/documentation/Swift/CustomDebugStringConvertible)

[`Hashable`](/documentation/Swift/Hashable)

[`CustomStringConvertible`](/documentation/Swift/CustomStringConvertible)

### Inherited By

[`FSLookupItemKOIOResult`](/documentation/FSKit/FSLookupItemKOIOResult)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)