CFBundleCopySupportFilesDirectoryURL(_:)
Returns the location of the bundle’s support files directory.
Declaration
func CFBundleCopySupportFilesDirectoryURL(_ bundle: CFBundle!) -> CFURL!Parameters
- bundle:
The CFBundle object whose support files directory you want to locate.
Return Value
A CFURL object describing the location of the bundle’s support files directory, or NULL if it could not be found. Ownership follows the The Create Rule.
Discussion
In general, you should never need to use this function. Use CFBundleCopyResourceURL(_:_:_:_:) and similar functions instead.