Open
Description
Trying to watch a file on Windows returns this error "The parameter is incorrect." A simple example that reproduces this issue.
root := "./test.txt" // this file exists
events := make(chan notify.EventInfo, 100)
if err := notify.Watch(root, events, notify.All); err != nil {
log.Fatal(err)
}
I have my suspicion that this may be related to my Go installation or disk setup. I will continue to debug, but posting here in case someone else has seen this before.
Metadata
Metadata
Assignees
Labels
No labels