The directory must be empty. from pathlib import Path p = Path(r'D:\python\pycharm2020\program\test') p.mkdir() p.rmdir ...
確定! 回上一頁