Finds the current working directory.
hcl
get-working-directory => cwd
cwd |
The current working directory, as a pathname. |
The function get-working-directory
is used to find the current working directory. It returns a pathname, the directory component of which is the current working directory.
CL-USER 1 > (get-working-directory) #P"/u/dubya/"
LispWorks® User Guide and Reference Manual - 18 Feb 2025 15:32:21