Open
Description
Going off the official docs, if I want to watch a directory for changes (and respond to them), I need a wait function. However, I couldn't find any equivalents to (for example) RegisterWaitForSingleObject
, which I assume is what I would need. Am I missing something, or is there another way to do this using this library?