Brian Stevens a écrit : > The following FN returns an error code in Tiger, but since I don't have > it yet I don't know what the error is. > If someone with Tiger could run the following code and let me know what > error is returned by the FN, it would be really helpful. > > Tiger has new Access Control Lists (ACL) and extended file attributes > that might tie in with the FinderInfo data. I don't know yet. > I thought this might be the clue I have to use FSrefs instead of FSSpecs. > > Thanks in advance for any help/hints. Brian, If you need to use FSRef, maybe you could have a look at the MoreFilesX library on the CD (path "Donations:Programming Examples:"). There is a couple of untested functions namely FSSetInvisible and FSClearInvisible that can be helpful. The library makes use of a specific Toolbox header containing a bunch of useful declarations. I don't know if that will solve your problem with Tiger though. Alain