11/3/71 SYS CHDIR (II)
NAME chdir -- change working directory
SYNOPSIS sys chdir; dirname / chdir = 12.
DESCRIPTION dirname is address of the pathname of a direc-
tory, terminated by a 0 byte. chdir causes this
directory to become the current working direc-
tory.
FILES --
SEE ALSO --
DIAGNOSTICS The error bit (c-bit) is set if the given name is
not that of a directory.
BUGS --
OWNER ken, dmr