Re: Directory handling

"Robert Goldman" <[email protected]> Thu, 13 Jun 2019 10:55:54 -0500
Newsgroups gmane.editors.j.devel
Message-ID <A7500A56-AB8F-4D3F-B7E0-E9D097AA5EDF__48743.0186871038$1560441387$gmane$org@sift.net>
To some extent.  There is no necessary relationship between the notion 
of "current working directory" and `*default-pathname-defaults*`, 
although making them correspond is common in modern implementations.

At the time that the ANSI CL standard was written, there were still 
platforms (operating systems) to which "current working directory" did 
not apply.

On 13 Jun 2019, at 8:52, Gunter Königsmann wrote:

> Is the variable *default-pathname-defaults* related to this?
> (http://www.lispworks.com/documentation/HyperSpec/Body/v_defaul.htm)
>
> Kind regards,
>
>    Gunter.