Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
xattr
v0.6.1
XAttr
Platforms
Darwin
Linux
XAttr
Built with Crystal 1.9.2
2023-10-08 00:23:17 UTC
module
XAttr::Platforms::Linux
Defined in:
xattr/platforms/linux.cr
Class Method Summary
.get
(path, key, value, size)
.list
(path, list, size)
.remove
(path, key)
.set
(path, key, value, size)
Class Method Detail
def self.
get
(path, key, value, size)
#
[
View source
]
def self.
list
(path, list, size)
#
[
View source
]
def self.
remove
(path, key)
#
[
View source
]
def self.
set
(path, key, value, size)
#
[
View source
]