This is a brief overview over the current components in the C++ boost
library:
- dir_it (in directory.h; see dir_it(3) for details) provides a simple
  input iterator used to iterate over the contents of a directory. A
	collection of set() and get() functions gives access to the file
	attributes of the currently identified file (or directory or...).
