How to determine who changed a file?
Posted
by Cocowalla
on Stack Overflow
See other posts from Stack Overflow
or by Cocowalla
Published on 2009-08-05T08:22:08Z
Indexed on
2010/03/24
11:43 UTC
Read the original article
Hit count: 232
In Windows, how can I programmatically determine which user account last changed or deleted a file?
I know that setting up object access auditing may be an option, but if I use that I then have the problem of trying to match up event log entries to specific files... sounds messy! I can't think of any other way, so does anyone either have any tips for this approach or any alternatives?
© Stack Overflow or respective owner