Hi<br>I want to understand why I get an arror when I try the following command on mkcl 1.1.0 (gnu/linux - x86) :<br>(truename *default-pathname-defaults*)<br>Normally, *default-pathname-defaults* must be initialzed to the current directory at start-up. But the return value is "". <br>
If we can initialized the value to "./" or get the working directory path it would be better.<br>Cheers<br><br>