-----------------------------------------------------------------------

	FileSize - A tiny file size totalization utility

	Written by Newton C. Sanches 
	e-mail ncs@cetuc.puc-rio.br

----------------------------------------------------------------------


This program is FREEWARE.  So you may use it and distribute it
freely.

Description:
	This program let's you measure the size of a single file
or of a whole directory structure just by dragging a file 
(or directory) icon and dropping into it.

Features:

- MultiThreaded operation:
	Big directory structures can take long to be measured. So, to
preserve system's responsiveness, a new tread is started when you drag
files to FileSize.  A beep will be heard when FileSize finishes calcu-
lating.

- Position Memory:
	FileSize will remember the place where you left it, and open
in this position when runned.

Known Problems:
	You can't drag a disk object to FileSize.  This occurs because
FileSize only allows file system objects to dragged into it. 
Although a disk object is very much like a folder object, it isn't
a file system object.  This will be fixed in latter versions.


Installation:

You'll probably get a .ZIP file containig

filesize.exe	- the PM executable
filesize.hlp	- filesize help called from the executable
filesize.inf	- the same contents from filesize.hlp (in .inf format)
filesize.txt	- this file


You have only to unzip this files to some directory, and if you want 
create a Program Object to FileSize.
Remember always to keep filesize.exe and filesize.hlp in the same 
directory.  If you don't do that help will be unavailable.


NO WARRANTY
===========
   BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
REPAIR OR CORRECTION.
   IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
POSSIBILITY OF SUCH DAMAGES.
