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