Making a sysytem file monitor, how ?

  • Thread starter Thread starter amitjnkp
  • Start date Start date
  • Tags Tags
    File Monitor
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
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
 
on Phys.org
If you want to do it your self, you can try with .Net, it has a cool filemonitor component.