filewatcher
filewatcher copied to clipboard
Strange behavior on Windows
Is this tested on Windows ?
Thanks.
This call to path.Dir()
should be filepath.Dir()
: https://github.com/dnephin/filewatcher/blob/master/runner/runner.go#L100, that seems like one problem. I'm not sure about the rest. I have never tried using it on windows.