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.

Re: How to detect files copying by Eric

Eric
Wed Dec 17 09:26:57 CST 2003

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...


--
Eric Newton
C#/ASP Application Developer
http://ensoft-software.com/
eric@cc.ensoft-software.com [remove the first "CC."]

"Phan Dinh Phong" <phongpd@vietnam-team.com> wrote in message
news:%23ghPIJFxDHA.3216@TK2MSFTNGP11.phx.gbl...
> 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.
>
>
>
>