WebFreak001 / FSWatch

A cross-platform folder & file watching library using win32, inotify or std.file
33 stars 8 forks source link

Can i get the contents that have just changed? #25

Closed MassMessage closed 1 year ago

WebFreak001 commented 1 year ago

no, that's nothing the OS APIs universally provide. You need to do something like this yourself.