Clean MSRS
--------------------

Summary
================

     This program will clean out a directory tree by deleting subdirectories 
with a certain name and files of a certain type.  For example, you may want
to delete all directories named "bin", "obj", and "Proxy", and all files that
end in *.bak before you zip up your source code.  All deletions are final,
the files do not go to the recycle bin.



Installing
================

     Extract the zip file and compile the source code.



Version History
================

Version 2.0
 - Add open directory dialog
 - Allow ability to drag in a directory
 - Add ability to delete read only files
 - Change mouse cursor while running

Version 1.0
 - Initial release

-----------------------------------------------------------------------
Ben Axelrod 2009
http://www.benaxelrod.com
