filewatcher file modification

  • Thread starter Thread starter marfi95
  • Start date Start date
M

marfi95

This is probably not the correct usegroup, so I apologize up front.

I'm using a FileWatcher object to trap changes on some user config
files we store on a shared lan drive. When I recognize the file has
changed on the network, I move it to the local machine where its being
watched and copy the new one over. All that works just fine.

The only thing I'd like to do is inform the user, not only that the
file changed, but who the last person was to change it on the network.
Does windows store this information ? I wasn't sure if this was even
possible.

This is XP.

Many Thanks.
Mark
 
I'm using a FileWatcher object to trap changes on some user config
files we store on a shared lan drive. When I recognize the file has
changed on the network, I move it to the local machine where its being
watched and copy the new one over. All that works just fine.

The only thing I'd like to do is inform the user, not only that the
file changed, but who the last person was to change it on the network.
Does windows store this information ? I wasn't sure if this was even
possible.

I do not know whether or not this is possible, but I would consider it a
security risk if it was possible to determine the name of the user who is
currently locking the file.
 
Thanks Herfried.

I was thinking more of the perspective from our team where if someone
messed up our shared config file, we would know who messed it up.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top