Skip to content

Files 1.7.0

Compare
Choose a tag to compare
@JohnSundell JohnSundell released this 17 Apr 18:50
· 101 commits to master since this release

This version of Files makes it easier to check if a folder contains a given file or subfolder, by introducing two new APIs on Folder:

folder.containsFile(named: "File")

and

folder.containsSubfolder(named: "Subfolder")