Query: getwd
OS: ultrix
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
getwd(3) Library Functions Manual getwd(3) Name getwd - get current working directory pathname Syntax char *getwd(pathname) char *pathname; Description The subroutine copies the absolute pathname of the current working directory to pathname and returns a pointer to the result. Restrictions The subroutine may fail to return to the current directory if an error occurs. Pathnames can be no longer than MAXPATHLEN as defined in <sys/param.h>. Return Values The subroutine returns zero and places a message in pathname if an error occurs. getwd(3)
Related Man Pages |
---|
getwd(3p) - centos |
getcwd(3) - mojave |
getwd(3) - osf1 |
getcwd(3) - osx |
getcwd(3) - freebsd |