how to track a file in my machine in c++
Is there a way by which i can track 开发者_Go百科a file programmatic-ally on my machine i.e whether it is copied somewhere else or modified.
Tracking whether it is copied somewhere else is very important. File name might also have been changed
Since you are on Windows, look into the Journal API.
精彩评论