In order to remove whole directory trees, shutil.rmtree() can be used. os.rmdir only works when the directory is empty and exists. For deleting ...
確定! 回上一頁