1CHDIR(3F)                                                            CHDIR(3F)
2
3
4

NAME

6       chdir - change default directory
7

SYNOPSIS

9       integer function chdir (dirname)
10       character*(*) dirname
11

DESCRIPTION

13       The  default  directory for creating and locating files will be changed
14       to dirname.  Zero is returned if successful; an error code otherwise.
15

FILES

17       /usr/lib/libU77.a
18

SEE ALSO

20       chdir(2), cd(1), perror(3F)
21

BUGS

23       Pathnames can be no longer than MAXPATHLEN as defined in <sys/param.h>.
24
25       Use of this function may cause inquire by unit to fail.
26
27
28
294.2 Berkeley Distribution        May 15, 1985                        CHDIR(3F)
Impressum