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"/nfs/watson/usr/users/neal/"
27
change-directory