Loading...
Select Version
&pagelevel(4)&pagelevel
Syntax | #include <unistd.h> char *getwd(char *path_name); | |
Description |
If the length of the pathname of the current working directory including the null byte is | |
Return val. | Pointer to a string | |
if successful. The string contains the absolute pathname of the current | ||
Null pointer | if an error occurs. The string pointed to by path_name contains an error text. | |
Notes See also | Portable applications should use the
|