Answers for "delete file inside folders recursively with python"

2

python remove folder recursively

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

Code answers related to "delete file inside folders recursively with python"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language