Re: Changing a filename while the FSRef is in use
Re: Changing a filename while the FSRef is in use
- Subject: Re: Changing a filename while the FSRef is in use
- From: Andreas Mayer <email@hidden>
- Date: Sun, 8 Feb 2004 18:10:31 +0100
Am 08.02.2004 um 14:34 schrieb ruffnex:
Thanks, does anybody out there know how it works, just to be sure?
IIRC this is a Unix thing. The file pointer points to an inode. the
inode will not change when you move a file around. It will not even
change if you delete the file as long as it is referenced by an active
file pointer (aka open file).
That said, I don't know how this relates to HFS(+) and Carbon.
bye. Andreas.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.