---
title: "CFBundleCopyPrivateFrameworksURL(_:)"
framework: corefoundation
role: symbol
role_heading: Function
path: "corefoundation/cfbundlecopyprivateframeworksurl(_:)"
---

# CFBundleCopyPrivateFrameworksURL(_:)

Returns the location of a bundle’s private Frameworks directory.

## Declaration

```swift
func CFBundleCopyPrivateFrameworksURL(_ bundle: CFBundle!) -> CFURL!
```

## Parameters

- `bundle`: The bundle to examine.

## Return Value

Return Value A CFURL object describing the location of bundle’s private frameworks directory, or NULL if it could not be found. Ownership follows the The Create Rule.

## See Also

### Finding Locations in a Bundle

- [CFBundleCopyAuxiliaryExecutableURL(_:_:)](corefoundation/cfbundlecopyauxiliaryexecutableurl(_:_:).md)
- [CFBundleCopyBuiltInPlugInsURL(_:)](corefoundation/cfbundlecopybuiltinpluginsurl(_:).md)
- [CFBundleCopyExecutableURL(_:)](corefoundation/cfbundlecopyexecutableurl(_:).md)
- [CFBundleCopyResourcesDirectoryURL(_:)](corefoundation/cfbundlecopyresourcesdirectoryurl(_:).md)
- [CFBundleCopySharedFrameworksURL(_:)](corefoundation/cfbundlecopysharedframeworksurl(_:).md)
- [CFBundleCopySharedSupportURL(_:)](corefoundation/cfbundlecopysharedsupporturl(_:).md)
- [CFBundleCopySupportFilesDirectoryURL(_:)](corefoundation/cfbundlecopysupportfilesdirectoryurl(_:).md)
