Is there a standard library function to remove a folder that may
contain files and subfolders? Or must I write a function that
walks my folder's children and deletes all files/subfolders
first, and then call os.removedirs()?

Thank you,
Malcolm
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to