module XAttr

Defined in:

darwin.cr
helpers.cr
linux.cr
xattr.cr

Constant Summary

FLAG_CREATE = 1
FLAG_REPLACE = 2

Class Method Summary

Class Method Detail

def self.check_and_raise_io_error(msg, ret, err_ret = -1) #

[View source]
def self.get(path : String, name : String, no_follow = false) #

[View source]
def self.list(path : String, no_follow = false) #

[View source]
def self.remove(path : String, name : String, no_follow = false) #

[View source]
def self.set(path : String, name : String, value, no_follow = false, only_create = false, only_replace = false) #

[View source]