https://github.com/nbaua/cs-win-fs-watcher
C# .Net Core File System Watcher With UI Thread Management
https://github.com/nbaua/cs-win-fs-watcher
csharp filesystem filesystem-monitoring filesystem-watcher filesystemwatcher fs net netcore netcore5 thread-safe watcher
Last synced: 7 months ago
JSON representation
C# .Net Core File System Watcher With UI Thread Management
- Host: GitHub
- URL: https://github.com/nbaua/cs-win-fs-watcher
- Owner: nbaua
- Created: 2021-04-16T05:23:18.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-16T05:34:22.000Z (over 4 years ago)
- Last Synced: 2025-01-14T18:43:08.849Z (9 months ago)
- Topics: csharp, filesystem, filesystem-monitoring, filesystem-watcher, filesystemwatcher, fs, net, netcore, netcore5, thread-safe, watcher
- Language: C#
- Homepage:
- Size: 181 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cs-win-fs-watcher
C# .Net Core File System Watcher With UI Thread Management### Why?
Recently I built a online front-end and corresponding mobile app for a project which had many JSON test data files genrated.
I created a JSON merging utility which work like a charm.
However I wanted to process few files exculsivly to be updated in certain way and genrate weired test data.
So this FS watcher came to rescue. Of course it does not contain the custom logic I needed for my project.
I just provides the barebones for you to get started.### Preview
