Get last write username

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

Is it possible for me to get the last user who changed a particular file? Or
adding/removing/renaming file from the file system? I know that using
FileSystemWatcher and I can monitor for changes, and getting the last access
time/last write time but I have no luck in finding the user who changed the
file/directory.

How to do this?
 
Hi Victor,

The only way I can think of is to audit the file/directory and compare the
event log with the last change.
 
Back
Top