0.9.1 • Published 12 years ago

xattr v0.9.1

Weekly downloads
24
License
-
Repository
github
Last release
12 years ago

#node-xattr

node-xattr is a native module wrapping xattr to read and set extended attributes on files

Build

node-waf configure && node-waf build && node-waf install

usage

var xattr = require("xattr");

//get all the extended attributes on a file var attrs = xattr.listxattr("/path/to/file"); / returns object /

//set an extended attribute on a file. Note at thie moment you can only set string values. xattr.setxattr("/path/to/file", "someAttribute", "someValue");

0.9.1

12 years ago

0.9.0

12 years ago

0.1.2

12 years ago

0.1.1

12 years ago

0.1.0

12 years ago