You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: