Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

Delete file in python Using the shutil module

import shutil
shutil.rmtree('/test/')
Source by softhunt.net #
 
PREVIOUS NEXT
Tagged: #Delete #file #python #Using #shutil #module
ADD COMMENT
Topic
Name
3+7 =