module FileDirXattrMethods

Direct including types

Defined in:

xattr.cr

Instance Method Summary

Instance Method Detail

def getxattr(name : String, no_follow = false) #

[View source]
def listxattr(no_follow = false) #

[View source]
def removexattr(name : String, no_follow = false) #

[View source]
def setxattr(name : String, value, no_follow = false, only_create = false, only_replace = false) #

[View source]