Snippets tagged “rmtree”
1 snippet uses this tag.
- How do I remove/delete a folder that is not empty?Python
You can use the shutil module in Python to remove a folder that is not empty.
1 snippet uses this tag.
You can use the shutil module in Python to remove a folder that is not empty.