INFORMATION PROVIDED IN THIS DOCUMENT AND THE FILECHANGENOTIFY OBJECT IS
PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR
IMPLIED. THE USER ASSUMES THE ENTIRE RISK OF RUNNING THIS SOFTWARE.
Ó Dev Ashish (1998-2002), All
Rights Reserved
The File Change Notification Component (FileChangeNotify) allows you
to set up watches on one or more folders (optionally including the entire
subfolder tree) so that any changes made to the folders result in a
notification being sent back to you. The notification event depends on the
kind of watch you've set up on a folder (for example, notify on size changes
and creates) and contains information about the specific file that has been
changed.
This component uses FindFirstChangeNotification, FindNextChangeNotification,
and WaitForMultipleObjects API functions internally. Detailed
information about each method and property can be obtained in VBA's Object
Browser.
Please make sure you read the
code
distribution guidelines.
Current Build: 1.02.0004
Please provide any suggestions, comments, bug reports via
email.
Note: If you have downloaded an earlier version of this dll, you must upgrade the component and re-register it on your system since this build is not binary compatible with earlier versions.
Zip Contents
- Release folder: Contains the actual COM dll which you need
to register on your system using RegSvr32 and redistribute as needed.
- Compare folder: Contains a copy of the dll which is used to
maintain Binary Compatibility for future builds. Do not use/modify
anything in this folder.
- Src folder: Contains VB6 Source code for the dll.
- Test folder: Contains a VB6 test application (with source) to
demonstrate the functionality of the object.
Dependencies
|