Hello guys,
Im using FileSystemWatcher to watch C:/temp directory, the watched directory contains 2 Folders e.g:test1, test2.
test2 contains a text file. Now if i cut-paste or move test2 into test1 i can't see any events triggered. any one know a way i can catch those events?
If i cut-paste or move a folder with a text file into the watched directory from outside its trigger events.
Thanks.
hope you guys can help me :)