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
When you add a folder to watch, it calls FileInfo::exists at some point. This method does not have the fix to remove trailing slashes before calling _wstat, which the other methods in FileInfo do, so _wstat returns -1 even if the folder exists.
The text was updated successfully, but these errors were encountered:
Original report by Nils Desle (Bitbucket: nilsdesle, ).
When you add a folder to watch, it calls FileInfo::exists at some point. This method does not have the fix to remove trailing slashes before calling _wstat, which the other methods in FileInfo do, so _wstat returns -1 even if the folder exists.
The text was updated successfully, but these errors were encountered: