简体   繁体   中英

Log file modifications in Windows

I'm trying to find a way to log the modification of a simple textfile into a log in Windows. I just can't seem to solve it using the auditing tool for Event viewer since it only records authorization, not modification. OR I'm doing it wrong. Any help would be great.

I'm not sure what exactly is being asked here. Are you trying to log events that are generated whenever a particular file is being modified?

Perhaps you want to investigate using ReadDirectoryChangesW .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM