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