FileSystemWatcher running under impersonated user

Posted by AdmSteck on Stack Overflow See other posts from Stack Overflow or by AdmSteck
Published on 2010-04-01T18:08:54Z Indexed on 2010/04/01 18:33 UTC
Read the original article Hit count: 536

I have an c# winform application that runs under a local account but needs to monitor folders on a domain. I am using slightly modified code from here to copy the files and that works fine. Can similar code be used with the FileSystemWatcher set up impersonation so I can monitor a folder on a domain?

© Stack Overflow or respective owner

Related posts about filesystemwatcher

Related posts about c#