| CHDIR(2) | System Calls Manual | CHDIR(2) |
NAME
chdir — change
current working directory
SYNOPSIS
int
chdir(const
char *path);
DESCRIPTION
chdir()
changes the current working directory of the calling process to the
directory specified in path.
RETURN VALUES
chdir() return zero on success. On error,
-1 is returned.
| 23 Germinal CCXXXII | QDNix |