Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!wuarchive!uunet!shelby!agate!ucbvax!gensym.UUCP!mhd From: mhd@gensym.UUCP (Mark H David) Newsgroups: comp.sys.ti.explorer Subject: OPEN bug Message-ID: <9102131606.AA06946@gensym.com> Date: 13 Feb 91 16:06:01 GMT Sender: daemon@ucbvax.BERKELEY.EDU Distribution: inet Organization: The Internet Lines: 10 On an explorer running 6.0, the following form returns nil, whereas it should return a stream. It also leaves a null file named after its first argument. (open "lm:mhd;nonexistent.text" :direction :output :if-exists nil) Assume that the file specified by the first argument does not exist, and that the directory "lm:mhd;" exists. After the above call, the file exists and has zero bytes. LM is the local machine, which has an explorer LMFS file system.