Basically, I want to delete all subfolders, but leave all the files intact. For example:
Folder1/
randomStuff/
nope.txt
installer.jar
build.sh
I want randomStuff and its files deleted, but keep installer.jar and build.sh intact.