5HT / fs

📁 FS: Windows, Linux, Mac Driver
https://fs.n2o.dev
Other
235 stars 69 forks source link

fixes, in windows, event flag "MOVE" to correct "MOVED_TO" #19

Closed vjorjo closed 8 years ago

vjorjo commented 8 years ago

In windows, the "inotifywait.exe" fires a "MOVED_TO" event flag, not a "MOVE" one. If this is fixed in "inotifywait_win32.erl" then the events chain, when a file is modified, is correctly sent to active gen_server and with another minor addition in active.erl (so that active gen_server doesn't crash in the middle of a file modification's events chain transmission) the windows sync code issue is fixed.