JohnSundell / Files

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

Add `size` property to types that conform to Location #117

Open tonyarnold opened 4 years ago

tonyarnold commented 4 years ago

This PR resurrects the changes proposed by @Gruppio in #65.

0xifarouk commented 3 years ago

Any News about merging this changes?

0xifarouk commented 3 years ago

@tonyarnold Please if you could also add the ability to calculate the total size of a folder like this https://stackoverflow.com/a/16139991/8742572 I would be grateful because I have no idea about writing tests 😅.