Answers for "recursively remove files from directory 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 "recursively remove files from directory python"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language