Returns an array containing the pathnames for all bundle resources having the specified filename extension and residing in the resource subdirectory.
Original signature is '- (NSArray *)pathsForResourcesOfType:(NSString *)extension inDirectory:(NSString *)subpath'
Available in Mac OS X v10.0 and later.


An array containing the full pathnames for all bundle resources matching the specified criteria. This method returns an empty array of no matching resource files are found.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)