nvzqz / FileKit

Simple and expressive file management in Swift
https://nvzqz.github.io/FileKit/docs/
MIT License
2.34k stars 207 forks source link

Feature Request: For adding/removing extended file attributes #58

Open RPethani opened 6 years ago

RPethani commented 6 years ago

It would be great to have a way to add/remove extended file attributes. For example, If I wanted to associate different display name for file rather than original name of file. In such case, extended file attributes can come in handy.

phimage commented 6 years ago

Yep, currently the functions are private (_setAttribute and _setAttributes) and all accessor are get only due to possible errors throwed