in reply to Finding out which user modified a file on a server...
Win32::ChangeNotify will allow you to be informed when a file is modified: name, contents, attributes, ACLs etc.
And Win32::NetAdmin has a LoggedOnUsers() api.
If you're lucky enough that only one user is logged on when the file change occurs, then you have your culprit. Otherwise, you're into a guessing game.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Finding out which user modified a file on a server...
by biswanath_c (Beadle) on Jun 30, 2008 at 18:23 UTC | |
by BrowserUk (Patriarch) on Jun 30, 2008 at 18:43 UTC | |
|