ID EN
OS

pathconf_names

Python 3.11

Dictionary mapping names accepted by pathconf() and fpathconf() to the integer values defined for those names by the host operating system. This can be used to determine the set of names known to the system.

Syntax

PYTHON
os.pathconf_names

See Also

pathconf() fpathconf() Availability