int chdir( const char *path )


	- prototype in dir.h

	- changes current working directory to path.
	- returns 0 if OK; else -1 with errno set to ENOENT