simplefilewatcher icon indicating copy to clipboard operation
simplefilewatcher copied to clipboard

On Mac OS recursive doesn't work

Open Lambourl opened this issue 5 years ago • 0 comments

When you do that on Mac OS :
FW::WatchID watchID = fileWatcher.addWatch("/Users/luclambour/Desktop/sandbox/", &listener, true);

The bool on true or false change anythings

Lambourl avatar Sep 30 '20 12:09 Lambourl