from pathlib import Path Path("/my/directory").mkdir(parents=True, exist_ok=True). If parents is true, any missing parents of this path are ...
確定! 回上一頁