Returns an array containing all the pathname elements in the receiving array that have filename extensions from a given array.
Original signature is '- (NSArray *)pathsMatchingExtensions:(NSArray *)filterTypes'
Available in Mac OS X v10.0 and later.


- filterTypes (NSArray)
- An array of NSString objects containing filename extensions. The extensions should not include the dot (“.”) character.

An array containing all the pathname elements in the receiving array that have filename extensions from the filterTypes array.

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