xattr.getAttrsAndValues

Creates associative array with attribute names and attribute values.

class xattr
static
string[string]
getAttrsAndValues
(
string path
)

Parameters

path string

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

Return Value

Type: string[string]

all extended attributes and their values of the specified file.

Meta