Filesystem#

Path#

Create Path#

from pathlib import Path
Path("/my/pythondirectory").mkdir(parents=True, exist_ok=True)