From: Gabriel Dragffy Date: 2007-10-22T20:41:37+09:00 Subject: Removing a directory that isn't empty 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