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