Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

delete folders using python

import shutil
shutil.rmtree(r'Path where the folder with its files is storedFolder name')
Source by datatofish.com #
 
PREVIOUS NEXT
Tagged: #delete #folders #python
ADD COMMENT
Topic
Name
2+1 =