Is it possible to check moved or updated files in real time?

I want to know how to check in real time files that have been moved or updated and get their md5 hash is it possible? (in c#)
4 Replies
Becquerel
Becquerel2y ago
look into the FileSystemWatcher class it fires off events when files are modified, moved etc
Luizdodibre
Luizdodibre2y ago
ok heartowo
Becquerel
Becquerel2y ago
no prob iirc it has some issues with reliability but it's probably fine for your use-case md5 hashes aren't included ofc
Luizdodibre
Luizdodibre2y ago
ok