-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
C-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: An issue proposing an enhancement or a PR with one.O-windowsOperating system: WindowsOperating system: Windows
Description
libstd
should automatically insert \\?\
when necessary. The path must be canonicalized first; this can be done using the Windows API function GetFullPathNameW
.
A necessary condition for needing to call GetFullPathNameW
is that the path does not begin with \\?\
. Afterwards, if the path begins with \\
but not \\?\
, the \\
must be replaced with \\?\UNC\
.
andyleejordan, xuyang2, DianaNites, FliegendeWurst and KapJI
Metadata
Metadata
Assignees
Labels
C-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: An issue proposing an enhancement or a PR with one.O-windowsOperating system: WindowsOperating system: Windows