Possible Duplicate:
How do I recursively delete a directory and its entire contents (files+sub dirs) in PHP?
I need to delete non empty directory, with some files and sub-folders, which are non empty too. I can't find any useful class or function for solve this problem. Do you know something?
In advance thanks for answers