CHDIR(3F) COMMAND REFERENCE CHDIR(3F)
NAME
chdir - change default directory
SYNOPSIS
integer function chdir (dirname)
character*(*) dirname
DESCRIPTION
The default directory for creating and locating files is
changed to dirname. Zero is returned as the value of the
function if successful; an error code otherwise.
FILES
/usr/lib/libU77.a
f77 UTek system interface library.
RETURN VALUE
Zero is returned as the value of the function if successful;
an error code otherwise.
CAVEATS
Pathnames can be no longer than MAXPATHLEN as defined in
/usr/include/max.h .
Use of this function may cause the FORTRAN inquire statement
by unit number to fail.
SEE ALSO
chdir(2), cd(1csh), and perror(3f).
Printed 3/13/89 1
%%index%%
na:288,84;
sy:372,645;
de:1017,315;
fi:1332,191;
rv:1523,220;
ca:1743,361;
se:2104,183;
%%index%%000000000121