Closed Gaibhne closed 5 years ago
Not sure how to sugarcoat it.
DirectoryWatcher .builder() .path(Paths.get("C:\\Users\\myuser\\Downloads\\")) .listener(event -> System.out.println("ping")) .build();
Doesn't print out "ping" when I create files there. Generic Windows 10, Java 8.
Did you call the watch() or watchAsync() method to actually start watching?
watch()
watchAsync()
Not sure how to sugarcoat it.
Doesn't print out "ping" when I create files there. Generic Windows 10, Java 8.