Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. fileSystemWatcher.Path = basePath;
  2. fileSystemWatcher.IncludeSubdirectories = true;
  3. fileSystemWatcher.NotifyFilter = NotifyFilters.LastWrite | NotifyFilters.FileName | NotifyFilters.DirectoryName;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement