/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.

Primary LanguageC#MIT LicenseMIT

Watchers

No one’s watching this repository yet.