ID EN
OS

fsdecode

Python 3.11

Decode the path-like filename from the filesystem encoding and error handler; return str unchanged.

Syntax

PYTHON
os.fsdecode(filename)

See Also

path-like filesystem encoding and error handler str fsencode() os.PathLike