/Docs/Standard Library/os/pathlike/PathLikeVersion: 1.0On this pagePathLike A trait representing file system paths. Implemented traits AnyType Required methods __fspath__ __fspath__(self: _Self) -> String Return the file system path representation of the object. Returns: String: The file system path representation as a string.