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

# FSVolumeRenameResult

The result of a rename-volume call.

```
class FSVolumeRenameResult
```

## Overview

Use this type in your implementation of [`setVolumeName(_:context:replyHandler:)`](/documentation/FSKit/FSVolume/RenameHandler/setVolumeName(_:context:replyHandler:)).

## Topics

### Creating a volume-rename result

[`init?(newName: FSFileName)`](/documentation/FSKit/FSVolumeRenameResult/init(newName:))

Creates a result for a volume-renaming operation.

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

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

## Relationships

### Conforms To

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

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

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

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

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

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