JohnSundell / Files

A nicer way to handle files & folders in Swift
MIT License
2.53k stars 182 forks source link

FileSystemSequence: Add API for converting to recursive #82

Closed JohnSundell closed 5 years ago

JohnSundell commented 5 years ago

This change introduces an API to directly convert a sequence of files into a recursive one, rather than having to use Folder’s makeFileSequence(recursive: true) method.