Changes the current directory.
hcl
cd &optional directory => current-dir
directory⇩ |
A pathname designator specifying the new directory. |
current-dir |
A physical pathname. |
The macro cd
changes the current directory to that specified by directory. directory may be an absolute or relative pathname, and defaults to the string "~/"
.
cd
should not be used in multithreaded applications. In general we discourage you from using it.
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:35