septag / dmon

Single header C99 portable library for monitoring filesystem changes. (Windows/Linux/MacOS)
BSD 2-Clause "Simplified" License
235 stars 19 forks source link

Monitoring directories for *directory* changes #4

Closed larpon closed 3 years ago

larpon commented 3 years ago

Hi - and thanks for a useful repository :slightly_smiling_face:,

I'm on Linux and currently unable to monitor a directory for directory changes: I.e. if I watch /tmp/wt and do mkdir /tmp/wt/test_dir it's not picked up, but touch /tmp/wt/test_file is.

Is this expected? (If yes - is it on your roadmap to add such a feature?)