Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 412 Bytes

File metadata and controls

5 lines (4 loc) · 412 Bytes

Working with the FileSystemWatcher

This example illustrates how to use the mocked FileSystemWatcher.

In the example we listen to a Deleted event and set a ManualResetEventSlim. After deleting a directory this event is triggered within 1s.