Next Prev Up Top Contents Index

change-directory

Function
Summary

Changes the current directory.

Package

hcl

Signature

change-directory directory => current-dir

Arguments

directory

A symbol or string specifying the new directory.

Values

change-directory returns the current directory.

Description

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

See also

get-working-directory


LispWorks Reference Manual - 25 Jul 2003

Next Prev Up Top Contents Index