These are header files that wrap IS functions and add parameter validation and 
error checking. They also write all actions (success or error) to a text file.

File            Purpose
--------------------------------------------------------------------
createdir.h     Create directory
createdwreg.h   Create DWORD registry entries
createstrreg.h  Create STRING registry entries
deletedir.h     Delete a directory
delete.h        Delete a file
deleteline.h    Delete a line in text files
error.h         Error routines (required by the other functions)
logit.h         Log file routine (required by the other functions)
readonly.h      Mark file attribute readonly
regfile.h       Register a file
ini.h           Write to ini files

Note: Currently, all error and logging functions have been commented out and have 
      been replaced with messageboxes where appropriate. You must remove the comment
      delimiters to activate error and logging functions.

Created by Pat McCarty <Patrick_McCarty@reyrey.com> <maveriq@fuse.net>
