from pathlib import Path #Create folder base_path = Path('dir/child_dir') base_path.mkdir(exist_ok=True, parents=True) #Path connection ...
確定! 回上一頁