Perhaps the "renamed" event will let you know when the entire path of a file
has changed? Try the code
http://www.geekpedia.com/tutorial173_File-monitoring-using-FileSystemWatcher.html and see if a FileSystemWatcher event fires when you move a file.
[quoted text, click to view] "wpcmame" <wpcmame@discussions.microsoft.com> wrote in message
news:90C526B7-5ADF-49E5-9919-9C5148B4304D@microsoft.com...
> 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.
>