home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 607.lha / Sizer_v1.0 / ReadMe next >
Text File  |  1991-10-15  |  2KB  |  54 lines

  1. INTRODUCTION
  2.  
  3.      Sizer reports the size of selected disk objects (including
  4. subdirectories).  It reports the number of bytes in all plain files and the
  5. number of blocks occupied by files and directories.  It is intended for the
  6. Workbench user who wants to know if there is room to drag-copy one or more
  7. icons.
  8.  
  9.      I wrote Sizer for three reasons.  First, I wanted it for my own use. 
  10. Second, I wanted to learn how to use the Workbench startup module.  Third, I
  11. wanted to learn how to examine the contents of directories using Examine()
  12. and ExNext().
  13.  
  14.  
  15. INSTRUCTIONS
  16.  
  17.      Sizer works only from the Workbench.  If started from the CLI it will
  18. terminate without doing anything.
  19.  
  20.      Select Sizer and all the objects you want sized using extended
  21. selection.  Click once on the Sizer icon.  Hold down the shift key and
  22. select the objects you want sized.  Double-click on the last one.  Sizer
  23. will open a window and show you the number of bytes and blocks.  While Sizer
  24. is working the numbers will keep changing.  When it finishes it will write
  25. "Program completed.  Select close gadget to exit." into the window.  If the
  26. program fails for some reason it will indicate "Program failed.  Select
  27. close gadget to exit."
  28.  
  29.      While Sizer is running you can cancel it by selecting the close gadget. 
  30. Sizer will stop executing and close the window.
  31.  
  32.  
  33. BUGS
  34.  
  35.      Sizer makes the assumption that each file will require one block for
  36. its directory entry.  That seems to work in practice.  I couldn't find
  37. anything in the documentation that confirms that relationship, though.  If
  38. that relationship doesn't hold Sizer may report fewer blocks than are
  39. actually required.
  40.  
  41.  
  42. DISTRIBUTION
  43.  
  44.      Sizer may be freely redistributed for non-commercial use.
  45.  
  46.  
  47. AUTHOR
  48.  
  49.    Fabbian G. Dufoe, III
  50.    350 Ling-A-Mor Terrace South
  51.    St. Petersburg, Florida 33705
  52.    Telephone: 813-823-2350
  53.    GEnie: F.DUFOE3
  54.