◄Description► ◄Example► ◄Up► ◄Contents► ◄Index► ◄Back► ──────────────────────────────────────────────────────────────────────────── Include: <direct.h>, <errno.h> Syntax: int chdir( char *dirname ); Returns: 0 if successful, or a nonzero value if not. errno: ENOENT See also: mkdir, rmdir, system -♦-