module XAttr

Overview

Crystal bindings to XATTR. This library allows to manage extended file attributes (XATTR) as file metadata.

Defined in:

xattr.cr
xattr/platforms/darwin.cr
xattr/platforms/linux.cr
xattr/xattr.cr

Constant Summary

VERSION = {{ (`shards version \"/srv/crystaldoc.info/github-ettomatic-xattr-v0.6.1/src\"`).chomp.stringify }}

Constructors

Constructor Detail

def self.new(path : String) #

[View source]