apple / swift-foundation

The Foundation project
Apache License 2.0
2.29k stars 135 forks source link

FoundationEssentials: correct path canonicalisation handling on Windows #639

Closed compnerd closed 1 month ago

compnerd commented 1 month ago

Strip the extended path prefix for bypassing the Win32 API layer. This is guaranteed to be prefixed on strings as per the documentation.

compnerd commented 1 month ago

@swift-ci please test

compnerd commented 1 month ago

@swift-ci please test