| | chdir (Site not responding. Last check: 2007-10-12) |
 | | user(15): (chdir) ;; no argument: change to user home directory "/usr/tech/doe/" user(16): (chdir "sys:") ;; a string naming a logical pathname which translates ;; to the Allegro directory. |
 | | Warning about interaction between chdir and foreign loading and dumplisp: if the command line used to start Lisp identified the Allegro CL image with a relative pathname (`./lisp.exe', for example), you cannot do the first load of foreign code or dump an image with excl:dumplisp after changing the directory with this function. |
 | | Therefore, if you started Lisp with a relative pathname, do at least one foreign load before calling chdir and do not call excl:dumplisp after calling chdir. |
| www.cl.cam.ac.uk /ailanguages/allegro5/pages/operators/excl/chdir.htm (508 words) |