FileSystemWatcher 70-536
Microsoft .NET Certification
Post #15
Microsoft .NET Certification
Post #15
Hey Now Everybody,
Please feel free to check out my MCTS 70-536 reference page on Chris Catto.com. It’s a page with a summary of all of my posts.
• FileSystemWatcher.Created – occurs when a file or directory in the specified path is created.
o When you are writing an app that needs to process files when they are added to a folder. FileSystemWatcher.Created is the event you should be respond to.
o FileSystemWatcher.Changed only occurs when an existing file is modified.
o FileSystemWatcher.Deleted occurs when a file is removed.
o FileSystemWatcher.Renamed occurs when a file is renamed
As always all comments welcome.
That’s all there is there is no more, Bye for now!
Catto