how to watch on a directory
C#
2
Posts
2
Posters
0
Views
1
Watching
-
How to watch on directory let say "C:\windows\temp". I want to log; by whom and when it is accessed , some thing new created. Thanks.
-
How to watch on directory let say "C:\windows\temp". I want to log; by whom and when it is accessed , some thing new created. Thanks.
Look in the Filesystemwatcher class.
Programming is like Mathematics… you take ONE step at the time! ;-)