Subject: Removing a directory that isn't empty
From: Gabriel Dragffy <gabe dragffy.com>
Date: Mon, 22 Oct 2007 20:41:37 +0900
What would be the best way to use Dir.rmdir to delete a directory
that isn't empty? I think it would involve performing a recursive
delete, this is trivial in bash, but what about in Ruby?
Many thanks
Gabriel Dragffy