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

# FSRemoveItemResult

The result of a remove-item call.

```
class FSRemoveItemResult
```

## Overview

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

## Topics

### Creating a remove-item result

[`init?(itemAttributes: FSItem.Attributes, directoryAttributes: FSItem.Attributes, freeSpace: FSFreeSpace?)`](/documentation/FSKit/FSRemoveItemResult/init(itemAttributes:directoryAttributes:freeSpace:))

Creates a result for an item-removal operation.

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

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

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

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

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

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

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

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