Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

shutil remove

os.remove() #removes a file.
os.rmdir() #removes an empty directory.
shutil.rmtree() #deletes a directory and all its contents.
 
PREVIOUS NEXT
Tagged: #shutil #remove
ADD COMMENT
Topic
Name
7+3 =