<!--
{
  "availability" : [
    "macOS: 15.4.0 - 27.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "FSKit",
  "identifier" : "/documentation/FSKit/FSVolume/AccessCheckOperations",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "FSKit"
    ],
    "preciseIdentifier" : "c:objc(pl)FSVolumeAccessCheckOperations"
  },
  "title" : "FSVolume.AccessCheckOperations"
}
-->

# FSVolume.AccessCheckOperations

Methods and properties implemented by volumes that want to enforce access check operations.

```
protocol AccessCheckOperations : NSObjectProtocol
```

## Overview> Deprecated: Use ``doc://FSKit/documentation/FSKit/FSVolume/AccessCheckHandler`` instead.

## Topics

### Checking access

[`checkAccess(to:requestedAccess:replyHandler:)`](/documentation/FSKit/FSVolume/AccessCheckOperations/checkAccess(to:requestedAccess:replyHandler:))

Checks whether the file system allows access to the given item.

[`FSVolume.AccessMask`](/documentation/FSKit/FSVolume/AccessMask)

A bitmask of access rights.

### Inspecting volume properties

[`isAccessCheckInhibited`](/documentation/FSKit/FSVolume/AccessCheckOperations/isAccessCheckInhibited)

A Boolean value that instructs FSKit not to call this protocol’s methods, even if the volume conforms to it.



---

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)