CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 1999
    Posts
    16

    Detecting file activity



    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

  2. #2
    Join Date
    Apr 1999
    Posts
    20

    Re: Detecting file activity



    FindFirstChangeNotification(), FindNextChangeNotification(), FindCloseChangeNotification()....

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured