Re: creating a resource fork and writing raw bytes to it
Re: creating a resource fork and writing raw bytes to it
- Subject: Re: creating a resource fork and writing raw bytes to it
- From: Charles Srstka <email@hidden>
- Date: Thu, 22 May 2008 10:50:45 -0500
On May 22, 2008, at 2:35 AM, Mike Fischer wrote:
FSRefs are also highly filesystem-dependent,
They are? That's news to me. In what way?
Sorry, what I meant to say there was that the unique features offered
by FSRefs are filesystem-dependent - in other words, using it on a non-
HFS+ disk will not give you much benefit over using a plain path,
since most of those file systems are path-based anyway. If you want to
make a reference to a file and be able to follow that file around as
it moves in the file system without having its file descriptor open,
that's only going to work on HFS+ due to the way HFS+ can reference
files by index rather than by name. If we end up moving to a
filesystem that doesn't support this functionality, it will be
difficult for me to determine what the purpose of using these would be
anymore.
Charles
_______________________________________________
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