ID EN
OS

pathsep

Python 3.11

The character conventionally used by the operating system to separate search path components (as in PATH), such as ':' for POSIX or ';' for Windows. Also available via os.path.

Syntax

PYTHON
os.pathsep

See Also

os.path