Making a sysytem file monitor, how ?

  • Thread starter Thread starter amitjnkp
  • Start date Start date
  • Tags Tags
    File Monitor
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
2 replies · 2K views
amitjnkp
Messages
14
Reaction score
0
Helo everyone,
i want to write a program that monitors the file operations occurring thoughout the windows.
i mean what files are being opened and modified so that i can implement some security system which monitors specific folders or whole drive.
but the problem is that i don't know how to start // any API that can help or does it require to write a device driver ?


thanks
 
Physics news on Phys.org
For NTFS there are user level events that monitor file system changes.
Look at Hart's "win32 System Programming" or MS technical reference for ntfs
 
If you want to do it your self, you can try with .Net, it has a cool filemonitor component.