AbdelhamidLarachi / FileSystemWatcher

This is a C# library whose purpose is to detect directory changes and return all renamed, moved, created, and deleted files. It is able to spot renamed files without requiring the use of hash-code comparisons or real time tracking, even if a million file with same content (duplicated) got renamed at the same millisecond.
17Updated 2 years ago

Related projects

Alternatives and complementary repositories for FileSystemWatcher