[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Problems with function OPEN
- To: info-macl@cambridge.apple.com
- Subject: Problems with function OPEN
- From: "Nasiruddin Mohammed" <Nasiruddin_Mohammed@ssdc.honeywell.com>
- Date: 10 Jul 91 13:05:12 U
- Priority: Normal
A call to open with direction probe produces the following message when a file
exists. Sounds like a bug to me.
Welcome to Macintosh Common Lisp Version 2.0b1!
? (open "ccl;fred-macros.lisp" :direction :probe)
> Error: Error #-18728
> While executing: CCL::%FOPEN
> Type Command-. to abort.
See the Restarts#201# menu item for further choices.
When no file exists, it correctly returns nil.
? (open "abc:def" :direction :probe)
NIL
The function probe-file seems to work correctly.
nasir@ssdc.honeywell.com