Project

fsattr

0.0
No commit activity in last 3 years
No release in over 3 years
modify extended filesystem attributes on linux and os x
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

 Project Readme

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 © 2010 Yannick Koechlin. See LICENSE for details.