I want to find the file or directory changes using Change Journal
in windows.. I want a complete example code in c++.. Can anyone explain what change journal is actually and help in this.?
Asked
Active
Viewed 325 times
-3

Sathish kumar
- 39
- 6
-
Asking for a tutorial is off-topic for StackOverflow. The information you are looking for is available on MSDN. – Remy Lebeau Nov 29 '17 at 06:27
-
@RemyLebeau sorry, for that.. I had gone through those but cant understand so i posted this.. – Sathish kumar Nov 29 '17 at 06:34
1 Answers
1
Check out the post added by Harry Johnston, i think this will the best suitable answer for you. Please find his link How can I detect only deleted, changed, and created files on a volume? . It contains sample code to detect changes in the journal entries. To know more about journals you need to refer msdn link https://msdn.microsoft.com/en-us/library/windows/desktop/aa363798(v=vs.85).aspx