How to Log File Reads on Server Share

mejs

New member
Joined
Jun 5, 2006
Messages
1
Programming Experience
5-10
I am hoping to create a Windows Service that logs file reads on a server share. Unfortunately, the FileWatcher class only traps Changed, Created, Deleted and Renamed events. I am currently investigating Windows Messaging to see if this offers any possibilities. Any suggestions as to how to approach this problem would be greatly appreciated.
 
Back
Top