Re: Getting a file's icon > 32x32 (I want 128x128)
Re: Getting a file's icon > 32x32 (I want 128x128)
- Subject: Re: Getting a file's icon > 32x32 (I want 128x128)
- From: Jim Correia <email@hidden>
- Date: Mon, 28 Jan 2002 20:28:08 -0500
At 3:21 PM -0800 1/28/02, Brant Vasilieff wrote:
Both NSFileWrapper's icon method and NSWorkspace's iconForFile:
return an image that is only 32x32.
That isn't true. It returns an NSImage with one or more
representations, and the default size is set to 32x32.
Jim