xattr.read

Gets value of the required extended attribute.

class xattr
static
string
read
(
string path
,
string key
)

Parameters

path string

Path to explored file. If it's a symlink, the target will be used.

key string

Attribute name.

Return Value

Type: string

read value.

Meta