<!--
{
  "availability" : [
    "macOS: 10.6.0 - 10.13.0"
  ],
  "documentType" : "symbol",
  "framework" : "CoreData",
  "identifier" : "/documentation/CoreData/NSModelPathKey",
  "metadataVersion" : "0.1.0",
  "role" : "Global Variable",
  "symbol" : {
    "kind" : "Global Variable",
    "modules" : [
      "Core Data"
    ],
    "preciseIdentifier" : "c:@NSModelPathKey"
  },
  "title" : "NSModelPathKey"
}
-->

# NSModelPathKey

Dictionary key for the managed object model path (an instance of `NSURL`) extracted from an external record file.

```
let NSModelPathKey: String
```

## Discussion

This is resolved to the `model.mom` path contained in the external record file 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)