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.

Re: FileSystemWatcher UserID by Naveen

Naveen
Fri Jan 28 15:05:10 CST 2005

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



"CodeHunter" <CodeHunter@discussions.microsoft.com> wrote in message
news:C5519C0A-68EC-4CD3-B66D-3D92F707858A@microsoft.com...
> 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.
>
>