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
Foundation: support long file paths for FileHandle on Windows
When constructing a `FileHandle` using a path, ensure that we use the NT
file path representation on Windows. This allows us to access files
that may have greater than `MAX_PATH` length.
0 commit comments