NSWorkspace's iconForFileType
NSWorkspace's iconForFileType
- Subject: NSWorkspace's iconForFileType
- From: Steve Gehrman <email@hidden>
- Date: Mon, 12 Aug 2002 18:18:33 -0700
NSWorkspace's iconForFileType takes either an HFS type or a file
extension.
I don't want to use this function. (speed reasons), but I need to know
how to get an icon for an extension. How do you do this?
For a file type, I'm using...
err = GetIconRef(kOnSystemDisk, creator, type, &icon);
Thanks,
-steve
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.