FileSystemWatcher moved files

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do I detect if a file is copied or moved into a folder?

I have a watcher set on the folder with NotifyFilters.LastWrite
and a delegate on the Changed event.

It works if I save a file in the folder but not if I copy, move or paste it
there.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top