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

# FSCreateLinkResult

The result of a create-link call.

```
class FSCreateLinkResult
```

## Overview

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

## Topics

### Creating a create-link result

[`init?(linkName: FSFileName, linkAttributes: FSItem.Attributes, directoryAttributes: FSItem.Attributes, freeSpace: FSFreeSpace?)`](/documentation/FSKit/FSCreateLinkResult/init(linkName:linkAttributes:directoryAttributes:freeSpace:))

Creates a result for a link-creation operation.

[`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.

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

A free space object that pairs free space values with atomic sequence numbers.

## Relationships

### Conforms To

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

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

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

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

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

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

### 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)