All Manuals > LispWorks User Guide and Reference Manual > 32 The HCL Package

NextPrevUpTopContentsIndex

change-directory

Function
Summary

Changes the current directory.

Package

hcl

Signature

change-directory directory => current-dir

Arguments

directory

A pathname designator specifying the new directory.

Values

current-dir

A physical pathname.

Description

change-directory changes the current directory to that specified by directory . directory may be an absolute or relative pathname.

Use get-working-directory to find the current directory.

See also

cd
get-working-directory


LispWorks User Guide and Reference Manual - 21 Dec 2011

NextPrevUpTopContentsIndex