Re: File Icon
Re: File Icon
- Subject: Re: File Icon
- From: Finlay Dobbie <email@hidden>
- Date: Sun, 4 Nov 2001 19:56:58 +0000
On Sunday, November 4, 2001, at 07:45 pm, Joshua Clements wrote:
Anyone know how to get the icon associated with a file that can be used
in Cocoa?
RTFM NSWorkspace.
I have located a function in Carbon "GetIconRefFromFile" which returns
an IconRef.
Is that IconRef usable in Cocoa for displaying on the screen?
Yes, indirectly, but you should probably use the NSWorkspace method.
-- Finlay
References: | |
| >File Icon (From: Joshua Clements <email@hidden>) |