Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!uflorida!novavax!ankh!chin From: chin@ankh.ftl.fl.us (Albert Chin) Newsgroups: comp.sys.apple2 Subject: ProDOS files under ORCA/C Keywords: prodos Message-ID: <348@ankh.ftl.fl.us> Date: 1 Jun 90 04:34:05 GMT Organization: Ankh - Public Access Unix [+1 305 973 1947] Lines: 18 I am trying to do a GET_FILE_INFO using the header and I am having problems. Here is what I do: ... FileRec fileinfo; ... strcpy(fileinfo.pathname,"/myfile"); GET_FILE_INFO(&fileinfo); printf("%u %u\n",fileinfo.fAccess,fileinfo.fileType); ... The problem is I keep getting 0 for fAccess and fileType regardless of the file I enter for [/myfile]. Can someone describe how to do this with both the and header files. Thanks, albert chin ... mthvax!mamia!albert