ID EN
Pathlib

group

Python 3.11

Return the name of the group owning the file. KeyError is raised if the file’s gid isn’t found in the system database.

Syntax

PYTHON
Path.group()

See Also

KeyError