PDA

Click to See Complete Forum and Search --> : ReadDirectoryChangesW


magnus.karlsson
Aug 24th, 2000, 02:44 AM
I'd like to use the ReadDirectoryChangesW to monitor changes in a directory instead of the FindFirstNotification because I would get more information back of what has happened if I use ReadDirectoryChangesW.

Is there anyone out there who can give me a vb-example of how to use the function?

Thanks in advance
Magnus

Aug 24th, 2000, 02:54 AM
Take a look at this thread (http://forums.vb-world.net/showthread.php?threadid=25907) which shows any changes that occur in a certain directory.

magnus.karlsson
Aug 24th, 2000, 03:02 AM
The problem is that I only get the information that a file has changed and not which file is changed, created, etc

Magnus