getcwd

getcwd — gets the current working directory.

Syntax

getcwd ()

		

Arguments

none

Returns

The current working directory as a string.

Example

Gamma> getcwd();
"/home/robert/w/devel/lisp"
Gamma>