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
getTypeInfo on Windows accepts a fileName with backslashes. It calls other APIs which expect those filenames to have forward slashes. So getTypeInfo needs to normalize the slashes first.