Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!ucsd!sdd.hp.com!samsung!umich!terminator!pisa.ifs.umich.edu!rees From: rees@pisa.ifs.umich.edu (Jim Rees) Newsgroups: comp.sys.apollo Subject: Re: Apollo Name Module Message-ID: <4d5b1343.1bc5b@pisa.ifs.umich.edu> Date: 12 Oct 90 16:03:02 GMT References: e <1990Oct11.203343.10401@ariel.unm.edu> Sender: usenet@terminator.cc.umich.edu (usenet news) Reply-To: rees@citi.umich.edu (Jim Rees) Organization: University of Michigan IFS Project Lines: 9 In article <1990Oct11.203343.10401@ariel.unm.edu>, honeywel@hydra.unm.edu (Michael A. Thomas - Honeyw) writes: In regards to the Apollo procedure Name_$read_dir_lc, how do you retrieve the entry names from the type Name_$buf_t? I'm trying to update a program that uses Name_$read_dir to be compatible with 10.X. I would highly recommend that you not use name_$read_dir_lc, and use the Unix/C opendir/readdir instead. That way your program is more likely to work with extended naming. If you can't stomach the Unix call, use ios_dir_$readdir.