![]() |
CFBundleCopyBundleURL | Header: CFBundle.h |
Obtains the location of a bundle.
CFURLRef CFBundleCopyBundleURL ( CFBundleRef bundle );
A reference value of type CFBundleRef indicating the bundle you wish to locate.
A value of type CFURLRef describing the location of the bundle, or NULL if the specified bundle does not exist.