Sha256: 6e09b8b0440a21adf54b0dfa376bed2036727a1272e33337ddfcb96e2c60a0f5

Contents?: true

Size: 506 Bytes

Versions: 1

Compression:

Stored size: 506 Bytes

Contents

# fspath

Better than Pathname

[![Build Status](https://travis-ci.org/toy/fspath-xattr.png?branch=master)](https://travis-ci.org/toy/fspath-xattr)

### Extended attributes (using xattr gem)

Get extended attribute:

    FSPath('/a/b/c').xattr['com.macromates.caret']

Set extended attribute:

    FSPath('/a/b/c').xattr['good'] = 'bad'

Set extended attribute on symlink itself:

    FSPath('/a/b/c').lxattr['good'] = 'bad'

## Copyright

Copyright (c) 2010-2013 Ivan Kuchin. See LICENSE.txt for details.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fspath-xattr-1.0.1 README.markdown