From: Lois Wolf

Subject: changing directory

Date: 2002-11-1 16:56

Frederick Fouvry wrote:

    Can anyone tell me what is actually the proper way to change the
    working directory in Common Lisp?  Is setting
    *default-pathname-defaults* OK?  

(setf *default-pathname-defaults* ...)

    (I need it to get a proper load path, so chdir won't do.)

In Allegro CL,  you can also use the :cd top-level command to change
the value of *default-pathname-defaults*

Lois Wolf			      Franz Inc., http://www.franz.com/   
<franz.com at lwolf>			      555 12th St, Suite 1450 
(510) 452-2000; Fax: (510) 452-0182   Oakland, CA 94607