FileSystemWatcher UserID

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

Guest

Does anyone know how to determine the userid of the user invoking the events.
I have seen other post, but no solutions. Any help with this would be much
appreciated.
 
No, it is not possible to find the triggering user.
This whole FileSystemWatcher class is wrapper around Win32 APIs for file
change notifications. And its the limitation of those APIs.
To figure out who triggered change notifications, you need to delve into
dark woorld of kernel mode and file system filters.
We specialize in this area...

Naveen Kohli
http://www.netomatix.com
 

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