Skip to content

Instantly share code, notes, and snippets.

@upupming
Created February 22, 2022 10:33
Show Gist options
  • Save upupming/8efad1e8dc6bbed298d638b05f9eec80 to your computer and use it in GitHub Desktop.
Save upupming/8efad1e8dc6bbed298d638b05f9eec80 to your computer and use it in GitHub Desktop.
from pathlib import Path
Path("/my/directory").mkdir(parents=True, exist_ok=True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment