I have a .jar file called install.jar, which copies various file types to %appdata%/folder/abc/
What I need is a way to delete the files, either with the same jar or a new one, so I can reset the application for an update. I have looked on SO as well as google, and have found no answer.
If java doesn't let you delete folders, I need a way to delete all files inside of a folder, or at the very least, rename the folder.