CFBundleCopyResourcesDirectoryURL | Header: CFBundle.h |
Obtains the location of a bundle's Resources directory.
CFURLRef CFBundleCopyResourcesDirectoryURL ( CFBundleRef bundle );
A reference value of type CFBundleRef indicating the bundle you whose Resources directory you wish to locate.
A value of type CFURLRef describing the location of the bundle's Resources directory.
In general, you should never need to use this function. Use CFBundle's resource finding API instead.