Next: , Previous: , Up: AutoGen Scheme Functions   [Contents][Index]


3.4.4 chdir - Change current directory

Usage: (chdir dir)
Sets the current directory for AutoGen. Shell commands will run from this directory as well. This is a wrapper around the Guile native function. It returns its directory name argument and fails the program on failure.

Arguments:
dir - new directory name