tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: inode open




On Jul 17, 2008, at 9:39 AM, David Laight wrote:

In certain OS (eg RSX/11M) the lookup and open were different system
calls.  File open was always done by inode number and sequence.
(Modulo rusty brain cells!)

That's essentially how the Mac OS Carbon/CoreServices File Manager works. You call FSPathMakeRef() to get an FSRef, and then everything you do after that is done with the FSRef.

I gotta say, tho, I'm not a big fan of that API :-)

-- thorpej



Home | Main Index | Thread Index | Old Index