home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / zkuste / delphi / kompon / d5 / WAKFMON.ZIP / Readme.txt < prev   
Text File  |  2001-12-26  |  3KB  |  88 lines

  1. WAK Productions Presents:
  2. TFileMonitor  version 1.00
  3. Copyright ⌐2001 - WAK Productions
  4. ---------------------------------
  5. Programmed by Winston Kotzan
  6. Email: wak@wakproductions.com
  7. Website URL: http://wak.wakproductions.com/
  8.  
  9.  
  10. Overview
  11. --------
  12. This component is used to monitor a directory in the file system for
  13. changes.  Set the Directory property to the directory you would like
  14. to monitor for changes.  Then, set the Active property to true to
  15. begin monitoring the directory. If a change occurs, the OnChange event
  16. is signaled.  To stop the component, set the Active property to false.
  17.  
  18. If you want the component to stop signaling events during your event
  19. handler's execution, use the Suspend() and Resume() methods.  This is
  20. useful if you want to make a change in the directory being monitored
  21. but do not want a new event signaled for the changes you just made.
  22.  
  23.  
  24. Questions? Comments? Feature Requests?  Send em' in!
  25. Email:  wak@wakproductions.com
  26.  
  27. Note: This version of TFileMonitor does not contain source code and
  28. it is only compatible with Delphi 5.
  29.  
  30.  
  31. Source Code Information
  32. -----------------------
  33. This edition of TFileMonitor does not come packaged with source code.
  34. The price of the source code is only $12 and is available at the
  35. WAK Productions website at: 
  36. http://www.wakproductions.com/dev/filemon/
  37.  
  38.  
  39. Installation
  40. ------------
  41. This version of TFileMonitor will only work with Delphi 5.  To use it
  42. in other versions of Delphi, you will have to purchase the source code.
  43. See the "Source Code Information" section above.
  44.  
  45. 1. Open the FileMon_D5.dpk in Delphi 5.
  46. 2. Click the Install icon
  47. 3. The component will appear on the pallete under the tab labeled "WAK"
  48.  
  49.  
  50. Release Notes
  51. -------------
  52. Version 1.0
  53. -In some cases, the OnChange event will fire twice.  It is caused by
  54.  the FindFirstChangeNotification() API.  When a file is being written
  55.  to, it seems that an event is signaled when the writing begins, and
  56.  another event is signaled when the writing ends.
  57.  
  58.  
  59. Updates
  60. -------
  61. 12-16-01  --  Version 1.0
  62. - First release
  63.  
  64.  
  65. End-User License Agreement
  66. --------------------------
  67. By using this software, you are agreeing to the following terms:
  68.  
  69. 1. WAK Productions and any employees will not be responsible for
  70.    any damages, misuse, vertigo, hallucinations, or any other
  71.    unfortunate accidents related to this product.
  72.  
  73. 2. WAK Productions maintains the right to freely modify whole
  74.    or any portion of this product in the next release.
  75.  
  76. 3. Any modifications must be marked as such, with some credit given to
  77.    its original creator.
  78.  
  79. 4. The origin of this software must not be misrepresented,
  80.    you must not claim that you wrote the original software.
  81.    If you use this software in a product, an acknowledgment 
  82.    in the product documentation would be appreciated but is
  83.    not required.
  84.  
  85. 5. This product may only be redistributed under the conditions that
  86.    it comes in a duplicate of its original package, including all
  87.    accompanied files, documentation, etc.
  88.