Getting directory notifications

  • Thread starter Thread starter its_me_here
  • Start date Start date
I

its_me_here

Guest
I am looking into getting directory notifications especially notifications when a directory contents are deleted. I tried FindFirstChangeNotification() API but it does not seem to returns the exact cause of the notifications. When another directory is created or copied in the watched directory etc. every time the notification arises. Another option is ReadDirectoryChangesW(). Can someone please point an example where it is uses so that every time a folder is deleted or its contents are deleted, teh deletion gets notified.

Continue reading...
 
Back
Top