xattr.getAttrs

Reads list of all attributes.

class xattr
static
string[]
getAttrs
(
string path
)

Parameters

path string

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

Return Value

Type: string[]

extended attributes of the specified file.

Meta