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

NextPrevUpTopContentsIndex

cd

Macro
Summary

Changes the current directory.

Package

hcl

Signature

cd &optional directory => current-dir

Arguments

directory

A pathname designator specifying the new directory.

Values

current-dir

A physical pathname.

Description

The macro cd changes the current directory to that specified by directory. directory may be an absolute or relative pathname, and defaults to the string "~/".

Notes

cd should not be used in multithreaded applications. In general we discourage you from using it.

See also

change-directory
get-working-directory


LispWorks User Guide and Reference Manual - 20 Sep 2017

NextPrevUpTopContentsIndex