Re: simple file browser
Re: simple file browser
- Subject: Re: simple file browser
- From: Andrew Merenbach <email@hidden>
- Date: Mon, 25 Jan 2010 17:57:01 -0800
On Jan 25, 2010, at 4:12 PM, Jens Alfke wrote:
>
> On Jan 25, 2010, at 3:17 PM, Corbin Dunn wrote:
>
>> Instead, just call: [savePanel setShowsHiddenFiles:YES].
>
> There's no such method in the 10.5 SDK; was it added in 10.6?
>
> —Jens_______________________________________________
>
Looks like--in the NSSavePanel class ref on my Snow Leopard install:
> setShowsHiddenFiles:
> Specifies whether the panel displays files that are normally hidden from the user.
>
> - (void)setShowsHiddenFiles:(BOOL)flag
>
> Parameters
> flag
> If YES, the panel displays hidden files; if NO, it does not.
>
> Availability
> • Available in Mac OS X v10.6 and later.
> See Also
> • – showsHiddenFiles
> Declared In
> NSSavePanel.h
Cheers,
Andrew_______________________________________________
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