![]() |
|||||
|
Go to the source code of this file.
Defines | |
#define | PATH_MAX (260) |
Functions | |
int | chdir (const char *dirName) |
Change the current working directory. | |
char * | getcwd (char *buffer, size_t max_len) |
Get the current working directory. |
|
The maximum number of characters (including null terminator) in a directory entry name |
|
Change the current working directory. This function changes the current working directory to the directory specified by dirName. dirName must refer to an existing directory.
|
|
Get the current working directory. This function gets the full path of the current working directory and stores it in buffer.
|
|
UNIX Emulation for Win32 Libraries documentation © Synesis Software Pty Ltd, 2001-2003 |