Directory - a Clean module to access and manipulate directories
---------------------------------------------------------------

  Version 1.0
  Martin Wierich
  martinw@cs.kun.nl

Installation
------------

  Make the directory containing this package the current one
  and type "make". This should compile the "cDirectory.c" file
  and the Directory and testDirectory modules using the gcc and
  Clean compilers. Ignore the warnings concerning the Directory
  module. We included the testDirectory
  program because we experienced that some versions of linux don't
  behave similar. So run the testDirectory program by typing
  "./testDirectory". The testDirectory program prints out the
  contents of the current directory and tests the Directory module's
  behaviour. It will display a message if something goes wrong.
  Mail to the upper address if a problem occurs.

Usage
-----

  To use the Directory module you have to link the cDirectory.o file.
  If you are using the CleanIDE use the Options/Link Options Menue to
  do that. If you are working in command line mode use the -l option:
  clm -l cDirectory.o ...

contents of the package
------------------------
  Directory.dcl/icl - the module itself
  cDirectory.c      - necessary C source file 
  testDirectory.icl - a program to test the Directory module
  makefile          - to make an executable from testDirectory.icl
  cDirectory.c      - necessary C source file 
  Clean.h           - necessary C header file
  README            - this file

