Re: NSOpenPanel listing .app's and Mac OS X executables
Re: NSOpenPanel listing .app's and Mac OS X executables
- Subject: Re: NSOpenPanel listing .app's and Mac OS X executables
- From: Kyle Sluder <email@hidden>
- Date: Wed, 22 Apr 2009 18:06:39 -0400
On Wed, Apr 22, 2009 at 5:59 PM, Dave Keck <email@hidden> wrote:
> - (void)setAllowedFileTypes:(NSArray *)types
Note that on Leopard this method takes an array of UTIs, so you might
want to take a look at the list of System-Declared UTIs at
http://developer.apple.com/DOCUMENTATION/Carbon/Conceptual/understanding_utis/utilist/UTIlist.html
and choose the ones you want to specify.
--Kyle Sluder
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden