Pathlib cwd



examples/pathlib/path_lib_cwd.py
from pathlib import Path

cwd = Path.cwd()
print(cwd)
print(cwd.__class__.__name__)  # PosixPath