Table 3 POSIX directory access functions

Function    Description
--------------------------------------------------------------
chdir       Change the current working directory
closedir    Stop reading a directory
getcwd      Get name of the current working directory
mkdir       Create a new directory
opendir     Open a directory for reading
readdir     Get the next directory entry
rewinddir   Reset directory read pointer back to the beginning
rmdir       Delete a directory (must be empty)