Answers for "python how to remove files from subfolders"

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 "python how to remove files from subfolders"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language