[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

user-homedir-pathname in dos



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