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