CFBundleCopyExecutableURL | Header: CFBundle.h |
Obtains the location of a bundle's main executable code.
CFURLRef CFBundleCopyExecutableURL ( CFBundleRef bundle );
A reference value of type CFBundleRef indicating the bundle you wish searched for executable code.
A value of type CFURLRef describing the location of the bundle's executable code or NULL if none is found.