-
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
-
Take a look at this thread which shows any changes that occur in a certain directory.
-
The problem is that I only get the information that a file has changed and not which file is changed, created, etc
Magnus