WebFreak001 / FSWatch

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

Moving file to and from observable directory leads to errors #6

Closed FreeSlave closed 8 years ago

FreeSlave commented 8 years ago
  1. Create directory, watch it with my example.
  2. Create file in this directory, move it to upper directory. No events reported.
  3. Move this file again to observable directory, library will throw
core.exception.AssertError@source/fswatch.d(306): Cookies don't match

Tested on Debian 8.