Click to See Complete Forum and Search --> : Detecting file activity


pat
March 31st, 1999, 02:41 PM
I once read about some hooks for detecting when files are accessed, read, written, etc but now I can't find them. Can someone point me in the right direction. I need to write an app to process files that are added to a directory. I really don't want to just recheck the directory every so often especially if I can just have NT notify/trigger me when it adds a new file.


thanks

pat

Kevin Delgado
March 31st, 1999, 02:56 PM
FindFirstChangeNotification(), FindNextChangeNotification(), FindCloseChangeNotification()....