JohnSundell / Files

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

Return copied filed/folder when calling copy() #91

Closed JohnSundell closed 5 years ago

JohnSundell commented 5 years ago

This patch fixes a regression that would cause a copied file or folder not to be returned as part of that operation. A test has also been added to make sure that this feature stays intact in the future.