os.fsdecode(filename)
Decode filename from the filesystem encoding with 'surrogateescape'
error handler, or 'strict'
on Windows; return str
unchanged.
fsencode()
is the reverse function.
New in version 3.2.
os.fsdecode(filename)
Decode filename from the filesystem encoding with 'surrogateescape'
error handler, or 'strict'
on Windows; return str
unchanged.
fsencode()
is the reverse function.
New in version 3.2.
Designed by : w10schools
service@w10schools.com
Please login to continue.