On Jul 5, 2011, at 5:20 AM, Patrick Robertson <robertson.patr...@gmail.com> 
wrote:

> I wasn't suggesting that be done. Here's the code I use in my apps:
> 
> - (NSImage *)sysIconNamed:(NSString *)name {
> 
> NSString *path = [[NSBundle bundleWithPath:
> @"/System/Library/CoreServices/CoreTypes.bundle"] pathForResource:name
> ofType:@"icns"];

This is extremely fragile. You have no guarantee this image will continue to 
exist, that it will always be in ICNS format, or that the CoreTypes bundle will 
even continue to exist.

--Kyle Sluder_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to