Home > fsattr

fsattr

Fsattr is a project mainly written in Ruby, based on the MIT license.

set get and liste extended filesystem attributes on os x and linux

= fsattr

fsattr helps to set, get and list extended file attributes on os X and Linux.

Help on adding Windows compatibilty would be nice.

Usage:

f = File.open "/tmp/blah", "w"

f.fsattr_set "hello", "world"

f.fsattr_get "hello"

f.fsattr_list

f.close

== Copyright

Copyright (c) 2010 Yannick Koechlin. See LICENSE for details.