<!--
{
  "availability" : [
    "macOS: 15.4.0 - 27.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "FSKit",
  "identifier" : "/documentation/FSKit/FSVolume/OpenCloseOperations/isOpenCloseInhibited",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "FSKit"
    ],
    "preciseIdentifier" : "c:objc(pl)FSVolumeOpenCloseOperations(py)openCloseInhibited"
  },
  "title" : "isOpenCloseInhibited"
}
-->

# isOpenCloseInhibited

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

```
optional var isOpenCloseInhibited: Bool { get set }
```

## Discussion

FSKit reads this value after the file system replies to the `loadResource` message.
Changing the returned value during the runtime of the volume has no effect.

---

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)