Copying a folder now has the same behavior on macOS 15 as it did on earlier OS versions, in that it performs a deep copy of the folder and its contents (thanks to @markbattistella for fixing this issue).
Unclaimed project
Are you a maintainer of Files? Claim this project to take control of your public changelog and roadmap.
Changelog
A nicer way to handle files & folders in Swift
Copying a folder now has the same behavior on macOS 15 as it did on earlier OS versions, in that it performs a deep copy of the folder and its contents (thanks to @markbattistella for fixing this issue).
Folder is empty using the isEmpty() method.Folder.documents and Folder.library are now both available on iOS and tvOS, as well as macOS.Folder.matching(), which enables you to return a system folder that matches a given search path.View build details and download artifacts on buddybuild: [Files (iOS, Files-iOS)](https://das...
This release restores Files' compatibility with Mac Catalyst.
View build details and download artifacts on buddybuild: Files (iOS, Files-iOS)
open() on them (by @Amzd).nameExcludingExtension to return an empty string.View build details and download artifacts on buddybuild: Files (iOS, Files-iOS)
This release contains patches for two bugs:
createFileIfNeeded set of APIs, the content passed as any newly created file's content was previously ignored. That has now been fixed.parent of any folder contained within the file system's root folder, the actual root folder is now correctly returned. Thanks to @MaximeLM for implementing that fix....