cd:

Syntax:	cd ( PATH )

Description:

	The cd function changes the  location of the current working
	directory to the directory identified by PATH. PATH must be a
	string constant, or variable. The PATH argument must specify
	an absolute pathname.

See Also: system()
