
README.TXT Version 1.2 7/25/94

See "What's New" at the end of this file for new features.

CFileSystem is a class designed to allow easy and portable access
to common file system functions.  It was designed to be used with
the Microsoft Visual C++ (MSVC) compiler, and it uses some MFC
classes.

This release was designed for use with and tested against Visual C++
Version 1.0.  It should work fine with Version 1.5 of MSVC.  If there
is interest (and people register the product) I will come out with a
Windows NT version of the class.

NOTE: This code is ShareWare.  If you use the code for more than 14
days, or you use the code in a product, you must register with the
author.  See ORDER.TXT for information on registering the code.
Multi-copy discounts and site licenses are available!


Registered users will receive complete documentation in Windows Help
File Format, technical support, and the latest code.


Installation (from .ZIP file) :

  1) Unzip FILESYS.ZIP (using stored paths).
     The .ZIP file contains a relative path to create a directory
     called "filesys".
  2) Run FS_DEMO.EXE.
  3) That's about it!
  4) Look at FILESYS.H and FILESYS.CPP for information about the class.
  5) Register the code!!!

Installation (from disk) :

  1) Make a directory (I suggest "filesys") on your hard drive.
	2) Copy all the files from the floppy into the new directory.
  3) Run FS_DEMO.EXE.
  4) That's about it!
  5) Look at FILESYS.HLP for more information about the class.
  6) Register the code!!!


What's New:

  Version 1.2:

	1. More extensive on-line help.
	2. Better path/filename parsing.
	3. Better test coverage.

  Version 1.1:

	1. CopyFiles() member function.
	2. Better documentation of member functions.
	3. More extensive demo (fs_demo.cpp) program.
	4. Ability to read volume label for filesystem.
	5. Ability to get the size (in bytes) of a directory.

  Version 1.01:

	1. New lower price.
	2. CompareFiles() member function.

	Not released to public.

  Version 1.0:

	Initial Release.