hello All,
I encounter a technological problem about how to monitor the copied file origin.
Example, i have a file named aa.txt, it localed on disk C.Then i drag it to disk D,or i copy it to Disk D using Crtl+C, Ctrl+V. Now is there any method to let me know aa.txt from Disk C.

i have tried to using hook api ,and SHChangeNotifyRegister to resovle this problem, but at last i also cann't get it

Thanks All