NAME
	getcwd - return current working directory

SYNTAX
	string getcwd();

DESCRIPTION
	getcwd returns the current working directory.

KEYWORDS
	file

SEE ALSO
	files/cd
