Skip to main content
Version: Nightly

PathLike

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.