Re: How to do what Finder does programmatically
Re: How to do what Finder does programmatically
- Subject: Re: How to do what Finder does programmatically
- From: Ed Wynne <email@hidden>
- Date: Thu, 24 Sep 2009 01:51:42 -0400
On Sep 24, 2009, at 1:38 AM, Kyle Sluder wrote:
On Wed, Sep 23, 2009 at 10:29 PM, Ed Wynne <email@hidden> wrote:
A pity, sounds like the perfect use for an extended attribute.
Resource forks are extended attributes:
http://www.macgeekery.com/tips/the_new_resource_fork
Not really, they are just faked to look that way via API hackery.
My point was that xattrs have a key based data store that is tightly
coupled with the file. Why use a whole fork with a crufty DB in it to
emulate the same behavior, especially for a new feature? It just gets
worse if you consider exposing access to the crufty DB through the
xattr API as thats two layers of unnecessity.
-Ed
_______________________________________________
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