Next Previous Up Top Contents Index

10 The HCL Package

get-working-directory

Function

Summary

Finds the current working directory.
Package

hcl

Signature

get-working-directory => cwd

Arguments

None.

Values

cwd

The current working directory, as a pathname.

Description

This function is used to find the current working directory. It returns a pathname, the directory component of which is the current working directory.
Example

CL-USER 1 > (get-working-directory)
#P"/nfs/watson/usr/users/neal/"
27


LispWorks Reference Manual - 15 Oct 1998

Next Previous Up Top Contents Index

Generated with Harlequin WebMaker