Re: file references in CoreData
Re: file references in CoreData
- Subject: Re: file references in CoreData
- From: Dirkjan Krijnders <email@hidden>
- Date: Wed, 29 Oct 2008 09:59:59 +0100
Hi,
When using Leopard this is easy: you can store any data type in core
data using the 'Transformable' type. Use this to store instances of
NSURL that point to your files see
http://developer.apple.com/documentation/Cocoa/Conceptual/CoreData/Articles/cdNSAttributes.html
for more information.
Dirkjan
On Oct 29, 2008, at 9:44 , Georg Seifert wrote:
hello,
I’m very new to CoreData and can’t find anything on this:
I need to store references to local files in CoreData. What is the
best solution for this. Just now I use plain paths but there has to
be a better way.
Thanks
Georg_______________________________________________
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
_______________________________________________
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