filesystem icon indicating copy to clipboard operation
filesystem copied to clipboard

wrong result from path::lexically_normal() for device UNC path

Open forworldm opened this issue 2 years ago • 1 comments

Describe the bug path("//?/UNC/::1/c$/foo").lexically_normal() returns \\?\UNC\::\1\c$\foo

To Reproduce See above

Expected behavior \\?\UNC\::1\c$\foo

Additional context OS Windows

forworldm avatar Aug 19 '23 15:08 forworldm

I'll look into that. As I'm at a conference in a few days, it might take me until after it to fix it, at least there can not be a release before I'm back.

gulrak avatar Aug 21 '23 15:08 gulrak