Filesystem

Path

Create Path

from pathlib import Path
Path("/my/pythondirectory").mkdir(parents=True, exist_ok=True)
Last modified November 10, 2022: add Filesystem (fa13a5d)