module XAttr
Defined in:
darwin.crhelpers.cr
linux.cr
xattr.cr
Constant Summary
-
FLAG_CREATE =
1
-
FLAG_REPLACE =
2
Class Method Summary
- .check_and_raise_io_error(msg, ret, err_ret = -1)
- .get(path : String, name : String, no_follow = false)
- .list(path : String, no_follow = false)
- .remove(path : String, name : String, no_follow = false)
- .set(path : String, name : String, value, no_follow = false, only_create = false, only_replace = false)
Class Method Detail
def self.set(path : String, name : String, value, no_follow = false, only_create = false, only_replace = false)
#