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> 
    		

Copyright 1995-2002 by Cogent Real-Time Systems, Inc.