Finds the current working directory.
hcl
get-working-directory => cwd
None.
cwd
The current working directory, as a pathname.
This function 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/"
cd change-directory