Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!zaphod.mps.ohio-state.edu!samsung!umich!terminator!pisa.ifs.umich.edu!rees From: rees@pisa.ifs.umich.edu (Jim Rees) Newsgroups: comp.sys.apollo Subject: Re: Open File of Type "nil" Message-ID: <4ddf9b5f.1bc5b@pisa.ifs.umich.edu> Date: 8 Nov 90 00:29:41 GMT References: <2297@apctrc.UUCP> Sender: usenet@terminator.cc.umich.edu (usenet news) Reply-To: rees@citi.umich.edu (Jim Rees) Organization: University of Michigan IFS Project Lines: 10 In article <2297@apctrc.UUCP>, zjls13@cad10.trc.amoco.com (Sills) writes: How do I open and read a file of type "nil" in SR9.7? You could use ms_$mapl(). Or, if you are very industrious, you could use ios_$connect_xoid() to get a file descriptor that could be used by read(). But the best way is to upgrade to sr10 or later. Then you can just open() and read(). Or you can cheat and use 'obty' to change the type to unstruct.