from pathlib import Path folder = Path("abc") folder.mkdir() # Creates "abc", fails if it already exists ...
確定! 回上一頁