howeyc / fsnotify

File system notification for Go
BSD 3-Clause "New" or "Revised" License
1.99k stars 252 forks source link

Feature: Add FSN type. #123

Open ioworker0 opened 4 years ago

ioworker0 commented 4 years ago

In some cases, we make sure a file change is finished before we read it. So how do you do that? Try using IN_CLOSE_WRITE instead. I'v done a lot of testing on Linux.

ioworker0 commented 4 years ago

All of these changes that only apply to Linux. Will the other platforms be completed later?