Question Help required with FileWatcher

CandorZ

New member
Joined
May 12, 2011
Messages
1
Programming Experience
1-3
Attached View attachment WatchFolder.zip is my code for FileWatcher class
I would like to log the domain/username of the users when they are logging in from the network i.e. filesharing

I am currently using Environment.UserName and Environment.DomainName
but this is not able to log if the files are access via filesharing

The Environment.UserName and Environment.DomainName are only useful if the user have logged in the machine (explorer/rdesktop)

Urgent help required!
 
Last edited:
Back
Top