Sha256: aa3878c80ea947198dae792b1cacdc1fc7dbfa11f415bb24f945b6fac7f2ab68

Contents?: true

Size: 506 Bytes

Versions: 2

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-2016 Ivan Kuchin. See LICENSE.txt for details.

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fspath-xattr-1.0.3 README.markdown
fspath-xattr-1.0.2 README.markdown