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
Fix Incomplete File Not found on windows systems (#3247)
* Fix incomplete path
Fixing mixing incomplete path. Paths longer than 256 characters in Windows require modification to be usable. The previous solutions didn't consider paths with \\?\\ already on the path and did not consider paths with fewer than 256 characters, but adding etag and incomplete made the path longer.
* Fix incomplete path error
Paths with already the prefix \\?\ should not incorporate it again
* Apply suggestions from code review
* Apply style fixes
---------
Co-authored-by: Lucain <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
0 commit comments