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
Printable View
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
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.