what message should i use to detec the replacement of the new files inside the computer , by hooking system wide way....
Any ideas???
Printable View
what message should i use to detec the replacement of the new files inside the computer , by hooking system wide way....
Any ideas???
ReadDirectoryChangesW(...)
FindFirstChangeNotification(...)
http://msdn.microsoft.com/library/de...rychangesw.asp
The best solution would be to write a FS Filter Driver or to use Change Journals.