(pwd):STRING expr
returns the current working directory in system specific format.
(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.