Re: FSRef-like primitive?
Re: FSRef-like primitive?
- Subject: Re: FSRef-like primitive?
- From: Mark Day <email@hidden>
- Date: Mon, 20 Aug 2001 14:27:00 -0700
- Newsgroups: apple.lists.cocoa-dev
- Organization: Apple Computer, Inc.
- Xref: forum.apple.com apple.lists.cocoa-dev:5472
In article <email@hidden>, Paul
Bayley <email@hidden> wrote:
>
A better solution perhaps would be to add methods analogous to those
>
wanting file paths to want FSRefs to avoid having to lookup the file path
>
every time, but perhaps that's an unreasonable request.
I'd love to see that, too.
But in the meantime, you can convert between FSRef and a POSIX path
using the routines FSRefMakePath and FSPathMakeRef. I don't believe
those routines work on 9.x (not even under Carbon).
-Mark