---
title: "CFBundleCopySharedSupportURL(_:)"
framework: corefoundation
role: symbol
role_heading: Function
path: "corefoundation/cfbundlecopysharedsupporturl(_:)"
---

# CFBundleCopySharedSupportURL(_:)

Returns the location of a bundle’s shared support files directory.

## Declaration

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

## Parameters

- `bundle`: The bundle to examine.

## Return Value

Return Value A CFURL object containing the location of bundle’s shared support files 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)
- [CFBundleCopyPrivateFrameworksURL(_:)](corefoundation/cfbundlecopyprivateframeworksurl(_:).md)
- [CFBundleCopyResourcesDirectoryURL(_:)](corefoundation/cfbundlecopyresourcesdirectoryurl(_:).md)
- [CFBundleCopySharedFrameworksURL(_:)](corefoundation/cfbundlecopysharedframeworksurl(_:).md)
- [CFBundleCopySupportFilesDirectoryURL(_:)](corefoundation/cfbundlecopysupportfilesdirectoryurl(_:).md)
