JohnSundell / Files

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

Allow a file's/folder's permissions to be set (read, write, execute) #43

Closed clayellis closed 6 years ago

clayellis commented 6 years ago

Based on what I learned from: https://en.wikipedia.org/wiki/File_system_permissions

clayellis commented 6 years ago

Commit 3ba6693 is optional. It just simplifies the equality logic for PathError and OperationError.

clayellis commented 6 years ago

I'm going to resubmit this PR — I'm updating my own fork's branch structure so I can submit more than one PR at a time in the future.