CFBundleCopyBundleURLHeader: CFBundle.h

Obtains the location of a bundle.

CFURLRef CFBundleCopyBundleURL (
    CFBundleRef bundle
);
bundle

A reference value of type CFBundleRef indicating the bundle you wish to locate.

function result

A value of type CFURLRef describing the location of the bundle, or NULL if the specified bundle does not exist.


© 1999 Apple Computer, Inc. — (Last Updated 9/17/99)