Top "Readdirectorychangesw" questions

This WinAPI function retrieves information that describes the changes within the specified directory

File-level filesystem change notification in Mac OS X

I want my code to be notified when any file under (either directly or indirectly) a given directory is modified. …

macos fsevents readdirectorychangesw kqueue
Why does ReadDirectoryChangesW omit events?

I use ReadDirectoryChangesW to watch a specified directory and update indexing structures whenever a change is detected. I use the …

windows delphi filesystems delphi-2009 readdirectorychangesw
Asynchronous ReadDirectoryChangesW - GetQueuedCompletionStatus always times out

Exactly as it sounds, I'm attempting asynchronous ReadDirectoryChangesW with IO Completion and it isn't working, specifically, GetLastError repeatedly returns 258 (GetQueuedCompletionStatus …

c winapi asynchronous readdirectorychangesw