How can I delete a folder with all it\'s files/subdirectories (recursive deletion) in C++?
You can use boost::remove_all from Boost.Filesystem.
boost::remove_all