---
title: FSVolumeRenameResult
framework: fskit
role: symbol
role_heading: Class
path: fskit/fsvolumerenameresult
---

# FSVolumeRenameResult

The result of a rename-volume call.

## Declaration

```swift
class FSVolumeRenameResult
```

## Overview

Overview Use this type in your implementation of setVolumeName(_:context:replyHandler:).

## Topics

### Creating a volume-rename result

- [init(newName:)](fskit/fsvolumerenameresult/init(newname:).md)
- [FSFileName](fskit/fsfilename.md)

## Relationships

### Inherits From

- [FSVolumeHandlerResult](fskit/fsvolumehandlerresult.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Renaming the volume

- [setVolumeName(_:context:replyHandler:)](fskit/fsvolume/renamehandler/setvolumename(_:context:replyhandler:).md)
