Answers for "how to delete a folder and its subfolder cmd command"

2

delete folder and its subfolders in python

import shutil
shutil.rmtree('/path/to/your/dir/')
Posted by: Guest on June-10-2020

Code answers related to "how to delete a folder and its subfolder cmd command"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language