Raps Gao

Raps Gao

  • NA
  • 6
  • 4.8k

Application Developement Foundation Using .NetFramework

Apr 15 2013 9:34 AM
um working with FileSystemWatcher class that listens to the file system
change notifications and raises events afterwards.

so my task is to accept absolute path from the user and watch all files, hence reporting to the screen and log file
any of the following events:

1)file delete
2)file modified
3)file created
4)file renamed

so how do i approach this kind of chalenge?

Answers (1)