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
Since we can anyway delete the file later it starts, I wonder if we can relax this condition (or at lease when RecursiveMode::NonRecursive) so that make it possible to watch on a maybe non-existing file.
My scenario is to watch a credential file; if not exist, bypass authentication; otherwise read the content to build the map.
I found that if the file exists and later deleted and recreated, all the loading can happen properly. But
notify
requires the file to exist initially:Since we can anyway delete the file later it starts, I wonder if we can relax this condition (or at lease when
RecursiveMode::NonRecursive
) so that make it possible to watch on a maybe non-existing file.cc @0xpr03
The text was updated successfully, but these errors were encountered: