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 <lucainp@gmail.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>