For example, I can catch the Delete event for various files in a folder tree, but how would I go about determining which user caused the delete to happen?
I couldn't find anything obvious in the MSDN documentation for FileSystemWatcher, so maybe it is just not possible. I'd be curious if there is a solution however.