Getting a file's icon > 32x32 (I want 128x128)
Getting a file's icon > 32x32 (I want 128x128)
- Subject: Getting a file's icon > 32x32 (I want 128x128)
- From: Brant Vasilieff <email@hidden>
- Date: Mon, 28 Jan 2002 15:21:43 -0800
Both NSFileWrapper's icon method and NSWorkspace's iconForFile: return
an image that is only 32x32.
_image = [[fileWrapper icon] retain];
or
_image = [[[NSWorkspace sharedWorkspace] iconForFile:inPath] retain];
I'd like to be able to get the 128x128 versions of the file's icon.
This is very puzzling.
TIA,
Brant