Hi...
How can I monitor the files on my computer in such way that I would be able to block system calls before they occure?
Im talking about something like I try to delete a file but a resident Windows Service receves the info and blocks the delete process...
The only thing I find is on .net, the FileSystemWatch but it only grabs the info... doesnt block it...
Im looking foward for some APIs or even some C code...
Thanks...
Alex
How can I monitor the files on my computer in such way that I would be able to block system calls before they occure?
Im talking about something like I try to delete a file but a resident Windows Service receves the info and blocks the delete process...
The only thing I find is on .net, the FileSystemWatch but it only grabs the info... doesnt block it...
Im looking foward for some APIs or even some C code...
Thanks...
Alex