C# and filesystem monitoring

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

Guest

HI,

i am trying to build a little windows services that logs all changes in an
direcoty on the hd. Now this will work on a pc in a lan.
Is it posible to get the ip or the user who did this change on a lan??
 
Hi ,

Mantzas said:
HI,

i am trying to build a little windows services that logs all changes in an
direcoty on the hd. Now this will work on a pc in a lan.
Is it posible to get the ip or the user who did this change on a lan??

No AFAIK , the notification has nothing regarding who did it, no idea if
using native code you can do this either.
 
| HI,
|
| i am trying to build a little windows services that logs all changes in an
| direcoty on the hd. Now this will work on a pc in a lan.
| Is it posible to get the ip or the user who did this change on a lan??

No, absolutely not. The system does not keep track of who's actually
"modifying" the file system.


Willy.
 
Back
Top