class XAttr

Overview

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

Defined in:

xattr.cr

Constant Summary

VERSION = "0.4.0"

Constructors

Instance Method Summary

Constructor Detail

def self.new(path : String) #

[View source]

Instance Method Detail

def [](key) #

[View source]
def []=(key, value) #

[View source]
def list #

[View source]
def remove(key) #

[View source]