monitor folder access?
-
Is their a way to track what folders where navigated through. I've seen this: http://www.codeproject.com/KB/files/MonitorFolderActivity.aspx Where it's nice for detecting what paths files were created in, etc. but i'm looking for detection of "exploring" of folders.
-
Is their a way to track what folders where navigated through. I've seen this: http://www.codeproject.com/KB/files/MonitorFolderActivity.aspx Where it's nice for detecting what paths files were created in, etc. but i'm looking for detection of "exploring" of folders.
In order to do that you will need to hook various IO methods. Here is a library for hooking them: EasyHook - The reinvention of Windows API hooking[^]
Giorgi Dalakishvili #region signature My Articles Asynchronous Registry Notification Using Strongly-typed WMI Classes in .NET [^] My blog #endregion
-
Is their a way to track what folders where navigated through. I've seen this: http://www.codeproject.com/KB/files/MonitorFolderActivity.aspx Where it's nice for detecting what paths files were created in, etc. but i'm looking for detection of "exploring" of folders.
Have a look[^] Hope This will helps you !!
cheers, Abhijit
-
Is their a way to track what folders where navigated through. I've seen this: http://www.codeproject.com/KB/files/MonitorFolderActivity.aspx Where it's nice for detecting what paths files were created in, etc. but i'm looking for detection of "exploring" of folders.