Versions history
1.1.6 (sep 2012):
- Fixed: issue with timing: if file is modified almost immediately after watching start,
watch thread didn't see it. Fix by: Tommi Prami.
1.1.5 (jul 2010):
- Fixed: should be compatible with D2010 now.
Taken TTimer from D7.
- Demo: removed Tnt usage, should work with D2009+.
1.1.4 (Nov 2007):
- Added: ATFileNotificationSimple additional component.
1.1.3 (Mar 2007):
- Changed: License updated to MPL 1.1.
- Changed: Source formatting.
1.1.2 (Oct 2006):
- Fixed: Possible deadlock on calling Stop (thanks to Miguel Gastelumendi, mgd (at) satelier.com.br).
- Added: Enabled property.
1.1.1 (Sep 2006):
- Added: Attempt to make component thread-safe (need feedback about it).
1.1.0 (Sep 2006):
- Initial release, below are the changes since "fisFileNotification" version:
- Added: Component made Unicode compatible, Directory property is now WideString.
- Added: FileName property (also WideString): separate filename can be monitored.
Note that not all notify options are applied for a filename, but most are.
- Added: Security notify option.
- Changed: Some properties were renamed.
- Changed: Component appears on "Samples" page.