Re: CoreData - cannot load .sqlstore if path contains Alias folder
Re: CoreData - cannot load .sqlstore if path contains Alias folder
- Subject: Re: CoreData - cannot load .sqlstore if path contains Alias folder
- From: Chris Hanson <email@hidden>
- Date: Wed, 5 Sep 2007 12:07:00 -0700
On Sep 5, 2007, at 7:41 AM, Simon Liu wrote:
Anybody else come across this? I suppose I could check the path for
alias folders, and resolve them, but this seems like extra work.
Surely the CoreData loading functions would traverse the paths
correctly?
This has nothing to do with Core Data. Finder aliases are not
resolved automatically in the same way that symbolic links are; they
need to be resolved manually using the Carbon File Manager. This is
not normally a problem as only manually-typed paths are likely to
contain elements that are Finder aliases; paths returned by
NSOpenPanel or NSSavePanel won't.
-- Chris
_______________________________________________
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