recursively removing files and directories

Richie Hindle richie at entrian.com
Mon Jan 16 09:49:06 EST 2006


[rbt]
> What is the most efficient way to recursively remove files and directories?

shutil.rmtree: http://docs.python.org/lib/module-shutil.html#l2h-2356

-- 
Richie Hindle
richie at entrian.com



More information about the Python-list mailing list