CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Opening Folder

  1. #1
    Join Date
    Jul 1999
    Posts
    2

    Opening Folder

    How can I know when someone is opening a certain folder and all the files and folders that are in it? Thanks in advance

    SLimak

    Marek Karbarz
    VB is my hobby

  2. #2
    Join Date
    May 1999
    Posts
    3,332

    Re: Opening Folder

    http://www.sysinternals.com offers a FileMon Utility that allows you to monitor any file system acitivity. It's based on a device driver.
    Thus, I assume it cannot easily be used in VB.

    If you want to monitor changes (creating new, deleting files) check out the FindFirstChangeNotification API.


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