Answers for "how to delete a single folder, which we don't know the name using python"

1

delete folders using python

import shutil
shutil.rmtree(r'Path where the folder with its files is storedFolder name')
Posted by: Guest on August-19-2021

Code answers related to "how to delete a single folder, which we don't know the name using python"

Python Answers by Framework

Browse Popular Code Answers by Language