NAME
	cd - change directory

SYNTAX
	int cd(string s);

DESCRIPTION
	Change the current directory for the whole Pike process, return
	1 for success, 0 otherwise.

KEYWORDS
	file

SEE ALSO
	files/getcwd