CFBundleCopySupportFilesDirectoryURLHeader: CFBundle.h

Obtains the location of the bundle's Support Files directory.

CFURLRef CFBundleCopySupportFilesDirectoryURL (
    CFBundleRef bundle
);
bundle

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

function result

A reference value of type CFURLRef describing the location of the bundle's Support Files 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)