ATFileNotification Component
ATFileNotification is a Delphi/C++Builder non-visual component,
which allows to watch for files/directories
changes and to fire an event when change occurs.
It is improved version of
fisFileNotification
component, which was originally written by FIS House and is currently available on Torry.net.
In 2006 year I could not contact FIS House about their original component, since their home site
www.fishouse.com was down.
Improvements are:
- Component made Unicode compatible
- FileName property added: you can watch for changes in a single file
- Attempt to make component thread-safe
- Compat. with newer Delphi