Hacker News new | ask | show | jobs
by uneekname 1303 days ago
While we're on the topic, in Python there's a nice way to deal with this:

os.makedirs(path, exist_ok=True)