Re: OutlineView/File Explorer example
Re: OutlineView/File Explorer example
- Subject: Re: OutlineView/File Explorer example
- From: Todd Yandell <email@hidden>
- Date: Tue, 23 Nov 2004 22:21:47 -0600
Hi,
NSWorkspace's iconForFile: function should do what you want. For example:
<x-tad-bigger>NSImage *fileIcon;
fileIcon = [[NSWorkspace sharedWorkspace] iconForFile:fileName];</x-tad-bigger>
Todd
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden