On Wednesday 27 June 2007, Misha Koshelev wrote:
+ /* Now watch the directory for our path to be created */
+ if ((*handles = FindFirstChangeNotificationW(dir, subtree, FILE_NOTIFY_CHANGE_FILE_NAME)) ==
+ INVALID_HANDLE_VALUE)
I'm not sure if file change notifications are the right solution here
but since they are only supported on Linux you should at least keep the
run once key as a fallback strategy.
-Hans