SLimak
July 21st, 1999, 04:13 PM
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
SLimak
Marek Karbarz
VB is my hobby
|
Click to See Complete Forum and Search --> : Opening Folder SLimak July 21st, 1999, 04:13 PM 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 Lothar Haensler July 22nd, 1999, 01:53 AM 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. codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |