apple / swift-corelibs-foundation

The Foundation Project, providing core utilities, internationalization, and OS independence
swift.org
Apache License 2.0
5.23k stars 1.12k forks source link

Recore FileManager on top of FoundationEssentials.FileManager #4957

Closed jmschonfeld closed 1 month ago

jmschonfeld commented 1 month ago

This PR removes all of the functionality from FileManager that is already surfaced via FoundationEssentials. There are still some pieces (namely those that require URLResourceValues) that are not available in FoundationEssentials yet, and those are left here in an extension on FileManager

This change depends on https://github.com/apple/swift-foundation/pull/609, I'll update the dependency's commit hash once that PR has been approved and is merged