G
Guest
Hi guys,
I’m trying to determine when files are being copied on my system.
I started off with the File System Watcher component in .NET, but a copy
can’t be inferred from any combination of create or change events. So that
won’t work.
I wanted to try Copy Hook Handlers next, but it turns out that Copy Hook
Handlers only work with folders or printer objects.
So my question is: Are there any API calls or anything else for that matter,
which can be used to monitor copy events?
Thank you
I’m trying to determine when files are being copied on my system.
I started off with the File System Watcher component in .NET, but a copy
can’t be inferred from any combination of create or change events. So that
won’t work.
I wanted to try Copy Hook Handlers next, but it turns out that Copy Hook
Handlers only work with folders or printer objects.
So my question is: Are there any API calls or anything else for that matter,
which can be used to monitor copy events?
Thank you