I want do delete a directory with python. I used this: import shutil shutil.rmtree('path/to/dir', ignore_errors=True).
確定! 回上一頁