Re: NSSavePanel and 10.6.8
Re: NSSavePanel and 10.6.8
- Subject: Re: NSSavePanel and 10.6.8
- From: Kyle Sluder <email@hidden>
- Date: Thu, 21 Nov 2013 11:19:59 -0800
On Thu, Nov 21, 2013, at 10:44 AM, koko wrote:
>
> On Nov 21, 2013, at 10:53 AM, Kyle Sluder <email@hidden> wrote:
>
> > This is true on all versions of OS X.
>
> I am not so sure of that because on 10.8.5:
>
> NSSavePanel * savepanel;
> [[savepanel directoryURL] path] returns /Volumes/Drive/Dir
>
> whereas on 10.6.8 the above returns /Dir
>
> and if the path to the file I am interested in is at /Volumes/Drive/Dir
> then on 10.6.8 I cannot get the file because I have only /Dir
Well, does /Volumes/Drive _actually_ refer to the boot volume? If so,
/Volumes/Drive/Dir and /Dir are equivalent. If not, then that sure looks
like a bug on 10.6.8.
--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