[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
user-homedir-pathname in dos
- To: clisp-list@ma2s2.mathematik.uni-karlsruhe.de
- Subject: user-homedir-pathname in dos
- From: hkt@zkm.de (Rick Taube)
- Date: Thu, 5 May 94 10:24:15 GMT+0100
- Original-received: by NeXT.Mailer (1.87.1)
- Original-received: by NeXT Mailer (1.87.1)
- Pp-warning: Illegal Received field on preceding line
- Pp-warning: Illegal Received field on preceding line
Is there some reason that the function USER-HOMEDIR-PATHNAME is missing from the DOS port of
CLISP?
Also, why is it an error to give lower case strings to make-pathname?
> (make-pathname :name "test" :type "lsp")
*** - MAKE-PATHNAME: illegal :NAME argument "test"
1. Break>
I thought dos filenames are case insensitive; clisp functions like DIR and PATHNAME all accept
lower case file names.
-hkt