REDUCE

21.2 The Working Directory

The current working directory can be read by

(pwd):STRING expr
returns the current working directory in system specific format.

The current working directory can be set by

(cd DIR:string):BOOLEAN expr
sets the current working directory to DIR after expanding the filename according to the rules of the operating system. If this operation is not sucessful, the value Nil is returned.