How can we know what copy is currently going on?

As an administrator, i want  to keep a track of which file the user is currently copying and from which location to which location, using API in VB6.

I want to stop/interrupt the copy if the user is trying to copy any important data.

Regards,

Dinesh



Answer this question

How can we know what copy is currently going on?

  • Miles100

    This forum is for VB.Net topics. In VB.Net you can accomplish this very easily using a filesystem watcher.
  • How can we know what copy is currently going on?