monitoring file system
-
hi there does anyone know how can i log the activity of the file system? i need to know when a file opens and store the name in a database thank in advance for your help
see links.. http://www.codeproject.com/file/ i hope you see what you want there is lots of stuff like the one you are looking for. I think there is an article about how to write log files? hope it does the work.. cheers.. :):) Himanshu
-
hi there does anyone know how can i log the activity of the file system? i need to know when a file opens and store the name in a database thank in advance for your help
Perhaps you should have a look at FileMon by http://www.sysinternals.com[^] Source code is available. :-D -Dominik
-
Perhaps you should have a look at FileMon by http://www.sysinternals.com[^] Source code is available. :-D -Dominik
thanks Dominik i found this application and I look at it before posting the request the problem with that ona is that i receive a lot of events on file system wich is not needed where can i find some explanation about 'request' column from the GUI ListView? i only need some events of create file, delete file, modify file not such like: FSCTL_IS_VOLUME_MOUNTED thanks in advance for your help
-
thanks Dominik i found this application and I look at it before posting the request the problem with that ona is that i receive a lot of events on file system wich is not needed where can i find some explanation about 'request' column from the GUI ListView? i only need some events of create file, delete file, modify file not such like: FSCTL_IS_VOLUME_MOUNTED thanks in advance for your help