apple / swift-foundation

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

FoundationEssentials: do not strip non-absolute paths #621

Closed compnerd closed 1 month ago

compnerd commented 1 month ago

We would strip the first characters of a path if it were non-absolute. For special files like CON we would end up stripping the name to N.

compnerd commented 1 month ago

@swift-ci please test