The File-Date-StringUtils class library for C++
Version 0.8.2
-----------------------------------------------

This class library provides a set of classes that deal with files,
directories, dates and strings. 

The library is heavily used by NDir, an utility to display contents of
directories. (It was developed together with NDir). Of course you can use this
library in other programs, BUT: upcoming versions provided by the author may
have its interfaces slightly changed. In the past, this library often was
extended or changed to serve NDir's needs.

See About.html for an ultra-short description.


Author, Copyright, License
-----------------------------------------------
The File-Date-StringUtils library was written by Michael Weers
(michael.weers@gmx.de).
Copyright (c) 1997-1999 Michael Weers.
The library is distributed under the terms of the GNU Library General Public
License (LGPL). See the file 'COPYING.LIB'.

At present, the library is distributed along with NDir, see
http://www.informatik.uni-oldenburg.de/~mw/software


Acknowledgements
-----------------------------------------------
Many thanks go to Matthias Kster for his help on C++.
The Date, UnixFile and StringTokenizer classes were ispired by Java classes 
from Sun's JDK. (Copyright (c) Sun Microsystems, Inc.)
