ID EN
OS

listxattr

Python 3.11

Return a list of the extended filesystem attributes on path. The attributes in the list are represented as strings decoded with the filesystem encoding. If path is None, listxattr() will examine the current directory.

Syntax

PYTHON
os.listxattr(path=None, *, follow_symlinks=True)

See Also

listxattr() specifying a file descriptor not following symlinks auditing event path-like object