-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
Closed
Labels
O-windowsOperating system: WindowsOperating system: WindowsT-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.
Description
It relies on the CopyFileExW Windows API, which has path limits that yield surprising runtime behaviour. We could opt in to longer path limits (32k instead of 260) by prepending \? to the string, according to that same documentation.
Metadata
Metadata
Assignees
Labels
O-windowsOperating system: WindowsOperating system: WindowsT-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.