gmethvin / directory-watcher

A cross-platform Java recursive directory watcher, with a JNA macOS watcher and Scala better-files integration
Apache License 2.0
264 stars 34 forks source link

Always use absolute path in macOS watcher #50

Closed gmethvin closed 4 years ago

gmethvin commented 4 years ago

Make sure we always convert the path to absolute when we initialize different components of the macOS watch service.

Fixes #49