Commit 5094658
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>1 parent 3267a90 commit 5094658
2 files changed
+17
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
90 | 96 | | |
91 | 97 | | |
92 | 98 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1136 | 1136 | | |
1137 | 1137 | | |
1138 | 1138 | | |
1139 | | - | |
| 1139 | + | |
| 1140 | + | |
| 1141 | + | |
| 1142 | + | |
| 1143 | + | |
1140 | 1144 | | |
1141 | 1145 | | |
1142 | | - | |
| 1146 | + | |
| 1147 | + | |
| 1148 | + | |
| 1149 | + | |
| 1150 | + | |
1143 | 1151 | | |
1144 | 1152 | | |
1145 | 1153 | | |
| |||
0 commit comments