CFBundleCopyResourcesDirectoryURLHeader: CFBundle.h

Obtains the location of a bundle's Resources directory.

CFURLRef CFBundleCopyResourcesDirectoryURL (
    CFBundleRef bundle
);
bundle

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

function result

A value of type CFURLRef describing the location of the bundle's Resources directory.

DISCUSSION

In general, you should never need to use this function. Use CFBundle's resource finding API instead.


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