>In the Inside Mac IV page 156 says that if ioFDIRIndex is negative, the file manager ignores ioNamePtr and returns information about the directory specified by ioDirID. I have assigned ioNamePtr pointed to a null string, ioFDIRIndex:=-1, and iovrefnum:=-1, I am not able to get the info about the directory or files specified by ioDirID. I am keeping getting and error -43 can anyone tell me what is wrong here?
Try and break your lines up into < 80 character lines, please!
Anyway, are you SURE ioVRefNum should be -1? Are you SURE your
dirID is a long and doesn't get sign extended? Are you SURE you
clear out the entire block (using memset) before filling it in?