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

# FSListXattrsResult

The result of a list-extended-attributes call.

```
class FSListXattrsResult
```

## Overview

Use this type in your implementation of [`supportedXattrNames(for:)`](/documentation/FSKit/FSVolume/XattrHandler/supportedXattrNames(for:)).

## Topics

### Creating a list-extended-attributes result

[`init?(xattrNames: [FSFileName])`](/documentation/FSKit/FSListXattrsResult/init(xattrNames:))

Creates a result instance with all required properties populated.

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

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

## Relationships

### Conforms To

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

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

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

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

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

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

### Inherits From

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

---

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)