File Monitor Component
-
I've been looking at methods of implementing realtime file monitoring. I have looked at validtec's API hooking SDK, which is not ideal for my purposes. Alfa's File monitor COM component is superb... My question is: Does anybody know of any other alternatives? Just another copy and paste artist
-
I've been looking at methods of implementing realtime file monitoring. I have looked at validtec's API hooking SDK, which is not ideal for my purposes. Alfa's File monitor COM component is superb... My question is: Does anybody know of any other alternatives? Just another copy and paste artist
-
You can use this window api FindFirstChangeNotification it is easy to use, fast and low cpu consumption
Thank you, That is fantastic and perfect! Just another typist