I have a folder within the file structure where users can place content that can then be read from my program. The trouble is I want to delete the contents of this folder when the uninstall program is run. The folder will contain other folders which I do not know the names of.
How do I delete all the folders and files within a folder if I don't know the names?
How do I delete all the folders and files within a folder if I don't know the names?
Comment