After i delete a directory,i want to remove the watch for it ,i write the code like this
if err := watcher.Remove(dire); err != nil{ fmt.Println("Something wrong happened when remove watch ",dire,"err=",err) }
but i got error
"GetFileAttributes:The system cannot find the file specified"
GOOS: go1.8 windows/amd64
Windows7 64bit