apple / swift-foundation

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

FoundationEssentials: ensure that the path exists when stat'ing #647

Closed compnerd closed 1 month ago

compnerd commented 1 month ago

On non-Windows targets we ensure that the path exists when we attempt to query the attributes of the path. This adds the same check on Windows so that we can have similar behaviour on all platforms.

compnerd commented 1 month ago

@swift-ci please test