Is there a way to get functionality similar to mkdir -p on the shell from within Python. ... For Python ≥ 3.5, use pathlib.Path.mkdir : import pathlib.
確定! 回上一頁