Y
Hacker News
new
|
ask
|
show
|
jobs
by
rorrr2
4651 days ago
On Windows you can use something like this
http://www.nodesoft.com/foldermonitor
(freeware)
1 comments
mischanix
4651 days ago
Go also provides a syscall for ReadDirectoryChanges, and one really nice Go library that uses inotify/ReadDirectoryChanges is
https://github.com/howeyc/fsnotify
link