RosettaCodeData/Task/Delete-a-file/Python/delete-a-file-2.py

3 lines
36 B
Python
Raw Permalink Normal View History

2013-04-10 12:38:42 -07:00
import shutil
shutil.rmtree("docs")