Changes the current working directory.
os.Path.chdir( newdir STRING) RETURNING result INTEGER
Use this function to change the current working directory.
The function returns TRUE if the current directory could be successfully selected, FALSE otherwise.