This distribution makes your life easier.  At least, the part that
relates to the BeOS Storage Kit.

To build the library, type "make".  It will use the BeOS R4 makefile
engine.  If you're on R3, you should be able to figure out how to
compile a static library from the source in "source".  The library
"libstorageutils.a" will appear in a subdirectory under source (either
obj.ppc or obj.x86).  ppc will produce a truckload of "duplicate symbol"
link warnings. Ignore them.

The directory "examples" contains a program that puts a node monitor on
the home and trash directories, as well as the NetPositive settings file.
Try throwing things into the trash, emptying it, or opening then closing
NetPositive.

The build tools "doc++" and "mkdepend" were used in the production
of this package.  You shouldn't need them, unless you delete the docs
directory (which is derived from the contents of the source directory
automatically).

The documentation begins at docs/index.html.  Read it.  Make sure you
read the terms of use if you're doing commercial work.

-Stephen van Egmond
 Toronto, Ontario February 1st, 1999

CHANGE LOG
1.1
  Added the "name" parameter to EntryMoved.

  Added a sample class, PathMonitor, to the the "examples" directory, which demonstrates
  how to follow a file's path name around.
