Returns an image containing the icon for the specified files.
Original signature is '- (NSImage *)iconForFiles:(NSArray *)fullPaths'
Available in Mac OS X v10.0 and later.


- fullPaths (NSArray)
- An array of NSString objects, each of which contains the full path to a file.

The icon associated with the group of files.

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