<!--
{
  "availability" : [
    "macOS: 10.6.0 - 12.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "QuickLook",
  "identifier" : "/documentation/QuickLook/kQLPreviewPropertyBaseBundlePathKey",
  "metadataVersion" : "0.1.0",
  "role" : "Global Variable",
  "symbol" : {
    "kind" : "Global Variable",
    "modules" : [
      "Quick Look"
    ],
    "preciseIdentifier" : "c:@kQLPreviewPropertyBaseBundlePathKey"
  },
  "title" : "kQLPreviewPropertyBaseBundlePathKey"
}
-->

# kQLPreviewPropertyBaseBundlePathKey

A path that’s outside of the default security scope for creating a preview.

```
let kQLPreviewPropertyBaseBundlePathKey: CFString!
```

## Discussion

By default, the Quick Look feature only accepts files within the current document bundle. Use `kQLPreviewPropertyBaseBundlePathKey` to expand the accepted security scope and look at files outside of the current document bundle. The associated value is a path as a <doc://com.apple.documentation/documentation/CoreFoundation/CFString>.

---

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)