xattr

0.9.1 • Public • Published

#node-xattr

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

Install

npm install xattr

Build

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

usage

var xattr = require("xattr");

Get all the extended attributes on a file, returns obj

var attrs = xattr.list("/path/to/file");

Set an extended attribute on a file. Note at thie moment you can only set string values.

xattr.set("/path/to/file", "someAttribute", "someValue");

Readme

Keywords

none

Package Sidebar

Install

npm i xattr

Weekly Downloads

2

Version

0.9.1

License

none

Last publish

Collaborators

  • dmachi