[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Opening files like ".profile"
- To: CLISP Mailing List <clisp-list@ma2s2.mathematik.uni-karlsruhe.de>
- Subject: Opening files like ".profile"
- From: Raymond Toy <toy@rtp.ericsson.se>
- Date: Mon, 02 Oct 1995 09:04:50 -0400
While playing around with file I/O, I wanted to open a file starting
with a dot, like ".profile". This is what happens:
> (open ".profile" :direction :input)
*** - no file name given: #"/home/unix/toy/.profile"
1. Break>
Presumably this is due to the CL pathname stuff which I don't really
understand. Is this a bug? Am I doing something wrong?
Ray