emcrisostomo / fswatch

A cross-platform file change monitor with multiple backends: Apple OS X File System Events, *BSD kqueue, Solaris/Illumos File Events Notification, Linux inotify, Microsoft Windows and a stat()-based backend.
https://emcrisostomo.github.io/fswatch/
GNU General Public License v3.0
5.04k stars 328 forks source link

Set subfolder recursion with a parameter #222

Open HighSoftWare96 opened 5 years ago

HighSoftWare96 commented 5 years ago

Is there a way to set the clock's recursion? So the change event is activated when something changes at most in n subfolders? Or if this is not expected if something changes in the selected directory and not in its subdirectories?