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 creating a directory on windows using fs::mkdir, if the directory already exists it returns an error where kind is OtherIoError instead of PathAlreadyExists as I would expect.