rxfilewatcher icon indicating copy to clipboard operation
rxfilewatcher copied to clipboard

Convenient file watcher with an RxJava interface, based on JDK WatchService

Results 4 rxfilewatcher issues
Sort by recently updated
recently updated
newest added

As in usage place we might have no context information about the parent, and relative path not enough.

The problem here that per one instance of this we can track single directory(+recursive). So If the amount of tracking candidates vary during program lifecycle, it appears that per each...