How to detect files copying

  • Thread starter Thread starter Phan Dinh Phong
  • Start date Start date
P

Phan Dinh Phong

Hi,
I mean:
I would like that my software has capacity to detect files-copying process
into my harddisk (it is the same Norton Antivirus detects what files are
copying and do stop that copying process).

So, my software can prevent process of copying(installing) of somefiles. My
question is how can I know that process (where is it copy from?, What is its
name? ...)


I attempted to use FileSystemWatcher() but I couldnot know where files come
from. What I need is prevent copying from somefiles (they come from
Floppies, CDROM) so I must know where those files come from.


Please help me as soon as possible.
It is urgent for me.
Thank you.
 
I dont think theres anything that can tell you where the file is being
copied from...

AntiVirus doesnt care where its FROM, just whats in the file about to be
written...
 
Back
Top