<!--
{
  "availability" : [
    "macOS: 15.4.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "FSKit",
  "identifier" : "/documentation/FSKit/FSVolume/SupportedCapabilities/doesNotSupportRootTimes",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "FSKit"
    ],
    "preciseIdentifier" : "c:objc(cs)FSVolumeSupportedCapabilities(py)doesNotSupportRootTimes"
  },
  "title" : "doesNotSupportRootTimes"
}
-->

# doesNotSupportRootTimes

A Boolean property that indicates the volume doesn’t store reliable times for the root directory.

```
var doesNotSupportRootTimes: Bool { get set }
```

## Discussion

If this value is `true` (Swift) or `YES` (Objective-C), the volume doesn’t store reliable times for the root directory.

---

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)