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

# FSUnaryFileSystem

An abstract base class for implementing a minimal file system.

```
class FSUnaryFileSystem
```

## Overview

`FSUnaryFileSystem` is a simplified file system, which works with one [`FSResource`](/documentation/FSKit/FSResource) and presents it as one [`FSVolume`](/documentation/FSKit/FSVolume).

The one volume and its container have a shared state and lifetime, a more constrained life cycle than the [`FSFileSystem`](/documentation/FSKit/FSFileSystem) design flow.

Implement your app extension by providing a subclass of `FSUnaryFileSystem` as a delegate object.
Your delegate also needs to implement the [`FSUnaryFileSystemOperations`](/documentation/FSKit/FSUnaryFileSystemOperations) protocol so that it can load resources.

## Topics

### Implementing operations

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

Operations performed by a unary file system.



---

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)