Archive: Recursively delete all files/directories within a given folder


Recursively delete all files/directories within a given folder
Hey folks:

My application generates content dynamically so I have no way of knowing the current contents in it at uninstallation...

How can I recusively delete my app's 'data' directory such that all files/folders within tha directory go away?

Thanks!

-david


RMDir /r

It's all in the docs :)

-Stu