getwd(3)
_________________________________________________________________
getwd Subroutine
get current working directory pathname
_________________________________________________________________
SYNTAX
char *getwd(pathname)
char *pathname;
DESCRIPTION
Getwd copies the absolute pathname of the current working
directory to pathname and returns a pointer to the result.
LIMITATIONS
The maximum pathname length is limited by the length of the array
pathname.
DIAGNOSTICS
Getwd returns zero and sets errno to an appropriate value if an
error occurs.
DG/UX 4.00 Page 1
Licensed material--property of copyright holder(s)